UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b2a0dd41 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'fix_anchore_postgres' into 'master'

fixing anchore postgres template values

See merge request !2811
parents 0483e398 8e427e9f
No related branches found
No related tags found
1 merge request!2811fixing anchore postgres template values
Pipeline #1816892 failed
......@@ -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