Skip to content

Commit

Permalink
Update secret template file
Browse files Browse the repository at this point in the history
  • Loading branch information
preetsshah committed Dec 19, 2023
1 parent ceb8213 commit ec5a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openmetadata/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ metadata:
name: {{ include "OpenMetadata.fullname" . }}-pipeline-secret
type: Opaque
data:
{{- include "OpenMetadata.utils.setHostIP" .Values.openmetadata.config.pipelineServiceClientConfig.hostIp | indent 2 }}
{{- with .Values.openmetadata.config.pipelineServiceClientConfig }}
{{- include "OpenMetadata.utils.setHostIP" .hostIp | indent 2 }}
PIPELINE_SERVICE_CLIENT_ENABLED: {{ .enabled | quote | b64enc }}
PIPELINE_SERVICE_CLIENT_CLASS_NAME: {{ .className | quote | b64enc }}
PIPELINE_SERVICE_IP_INFO_ENABLED: {{ .ingestionIpInfoEnabled | quote | b64enc }}
Expand Down

0 comments on commit ec5a7fe

Please sign in to comment.