Skip to content

Commit

Permalink
fix(alpha): default camunda license key
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Aug 15, 2024
1 parent 62ab593 commit cc675cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ metadata:
{{- toYaml .Values.global.annotations | nindent 4 }}
type: Opaque
data:
CAMUNDA_LICENSE_KEY: '{{ .Values.global.license.key | b64enc }}'
CAMUNDA_LICENSE_KEY: '{{ .Values.global.license.key | default "" | b64enc }}'
{{- end }}

0 comments on commit cc675cf

Please sign in to comment.