Skip to content

Commit

Permalink
🐛 Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
at91mm committed Nov 2, 2023
1 parent 373191e commit 71a73e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Create the name of the service account to use
{{- if .Values.serviceAccount.create }}
{{- default (include "OpenMetadata.fullname" .) .Values.serviceAccount.name }}
{{- else }}
{{- default "default" .Values.serviceAccount.name }}
{{- default "default" (tpl .Values.serviceAccount.name .) }}
{{- end }}
{{- end }}

Expand Down Expand Up @@ -104,6 +104,7 @@ OpenMetadata Configurations Environment Variables*/}}
secretKeyRef:
name: {{ .secretRef }}
key: {{ .secretKey }}
{{- end }}
{{ else }}
- name: FERNET_KEY
valueFrom:
Expand Down

0 comments on commit 71a73e3

Please sign in to comment.