Skip to content

Commit

Permalink
🎉 Init
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorsk1 authored and at91mm committed Nov 2, 2023
1 parent 71a73e3 commit 330269f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/openmetadata/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ OpenMetadata Configurations Environment Variables*/}}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
- name: ELASTICSEARCH_HOST
value: "{{ .Values.openmetadata.config.elasticsearch.host }}"
- name: SEARCH_TYPE
Expand All @@ -340,6 +341,7 @@ OpenMetadata Configurations Environment Variables*/}}
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- if .Values.openmetadata.config.elasticsearch.trustStore.enabled }}
- name: ELASTICSEARCH_TRUST_STORE_PATH
value: {{.Values.openmetadata.config.elasticsearch.trustStore.path }}
Expand Down Expand Up @@ -396,6 +398,7 @@ OpenMetadata Configurations Environment Variables*/}}
key: {{ .password.secretKey }}
{{- end }}
{{- end }}
{{- end }}
- name: PIPELINE_SERVICE_CLIENT_VERIFY_SSL
value: "{{ .Values.openmetadata.config.pipelineServiceClientConfig.verifySsl }}"
- name: PIPELINE_SERVICE_CLIENT_HOST_IP
Expand All @@ -412,7 +415,7 @@ OpenMetadata Configurations Environment Variables*/}}
{{- if .Values.openmetadata.config.secretsManager.additionalParameters.enabled }}
- name: OM_SM_REGION
value: "{{ .Values.openmetadata.config.secretsManager.additionalParameters.region }}"
{{- if .Values.openmetadata.config.secretsManager.additionalParameters.accessKeyId.secretRef }}
{{- if .Values.openmetadata.config.secretsManager.additionalParameters.accessKeyId.secretRef -}}
{{- with .Values.openmetadata.config.secretsManager.additionalParameters.accessKeyId }}
- name: OM_SM_ACCESS_KEY_ID
valueFrom:
Expand Down Expand Up @@ -498,4 +501,5 @@ OpenMetadata Configurations Environment Variables*/}}
value: "{{ .Values.openmetadata.config.web.permissionPolicy.enabled }}"
- name: WEB_CONF_PERMISSION_POLICY_OPTION
value: "{{ .Values.openmetadata.config.web.permissionPolicy.option }}"

{{- end }}

0 comments on commit 330269f

Please sign in to comment.