Closed inercia closed 4 years ago
We currently have a .Values.licenseKey.createSecret for switching the creation of the AES license secret. However, the Secret if mounted even if createSecret=False. This fixes this inconsistency.
.Values.licenseKey.createSecret
createSecret=False
We currently have a
.Values.licenseKey.createSecret
for switching the creation of the AES license secret. However, the Secret if mounted even ifcreateSecret=False
. This fixes this inconsistency.