UNCLASSIFIED - NO CUI

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

Merge branch 'fix_anchore_postgres' into 'master'

Fix anchore postgres

See merge request !2812
parents b2a0dd41 d8c5b29f
No related branches found
No related tags found
1 merge request!2812Fix anchore postgres
Pipeline #1817647 failed
......@@ -96,11 +96,13 @@ anchore-feeds-db:
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.feeds_database }}
enabled: false
postgresUser: {{ .Values.addons.anchore.database.username }}
postgresPassword: {{ .Values.addons.anchore.database.password }}
postgresDatabase: {{ .Values.addons.anchore.database.feeds_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 }}
anchoreEnterpriseUi:
......
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