UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Verified Commit 8e427e9f authored by Joe Foster's avatar Joe Foster :speech_balloon:
Browse files

fixing anchore postgres template values

parent 0483e398
No related branches found
No related tags found
1 merge request!2811fixing anchore postgres template values
Pipeline #1814334 passed with warnings
......@@ -66,11 +66,13 @@ postgresql:
imagePullSecrets: private-registry
{{- if and .Values.addons.anchore.database.host .Values.addons.anchore.database.port .Values.addons.anchore.database.username .Values.addons.anchore.database.password .Values.addons.anchore.database.database }}
enabled: false
postgresUser: {{ .Values.addons.anchore.database.username }}
postgresPassword: {{ .Values.addons.anchore.database.password }}
postgresDatabase: {{ .Values.addons.anchore.database.database }}
auth:
username: {{ .Values.addons.anchore.database.username }}
password: {{ .Values.addons.anchore.database.password }}
database: {{ .Values.addons.anchore.database.database }}
externalEndpoint: "{{ .Values.addons.anchore.database.host }}"
postgresPort: {{ .Values.addons.anchore.database.port }}
containerPorts:
postgresql: {{ .Values.addons.anchore.database.port }}
{{- end }}
anchoreGlobal:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment