diff --git a/manifests/applicationset/openmetadata/1.12.1/dip-values.yaml b/manifests/applicationset/openmetadata/1.12.1/dip-values.yaml index a77a7e1..9cab78a 100644 --- a/manifests/applicationset/openmetadata/1.12.1/dip-values.yaml +++ b/manifests/applicationset/openmetadata/1.12.1/dip-values.yaml @@ -142,4 +142,8 @@ extraEnvs: - name: LOG_LEVEL value: "INFO" - name: "OPENMETADATA_PUBLIC_URL" - value: "https://{{ .Name }}.{{ .Domain }}" \ No newline at end of file + value: "https://{{ .Name }}.{{ .Domain }}" + - name: OPENMETADATA_OPTS + value: > + -Djavax.net.ssl.trustStore=/etc/ssl/java/cacerts + -Djavax.net.ssl.trustStorePassword=openmetadata \ No newline at end of file