Skip to content

Commit

Permalink
fix: Use GCP Secrets Manager additional Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Dec 10, 2024
1 parent 956fc7a commit bdf45f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,9 @@ OpenMetadata Configurations Environment Variables*/}}
{{- if has .Values.openmetadata.config.secretsManager.provider (list "managed-azure-kv" "azure-kv") }}
{{ include "OpenMetadata.configs.secretManager.azure.additionalParameters" . }}
{{- end }}
{{- if has .Values.openmetadata.config.secretsManager.provider (list "gcp") }}
{{ include "OpenMetadata.configs.secretManager.gcp.additionalParameters" . }}
{{- end }}
{{- end }}
{{- if and ( .Values.openmetadata.config.smtpConfig.enableSmtpServer ) ( .Values.openmetadata.config.smtpConfig.password.secretRef )}}
{{- with .Values.openmetadata.config.smtpConfig.password }}
Expand Down

0 comments on commit bdf45f0

Please sign in to comment.