datawire / ambassador-chart

Helm Chart for Installing Ambassador
42 stars 60 forks source link

Do not mount the secret if we do not want a secret #103

Closed inercia closed 4 years ago

inercia commented 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.