UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 374e885b authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'anchore' into 'master'

Updated and tested anchore istio annotation

Closes #966

See merge request platform-one/big-bang/bigbang!1231
parents 7b76d29c 3a5ef331
No related branches found
No related tags found
2 merge requests!1386Master,!1231Updated and tested anchore istio annotation
Pipeline #645524 passed
......@@ -48,6 +48,10 @@ anchoreEnterpriseGlobal:
imagePullSecretName: private-registry
postgresql:
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end}}
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
......@@ -58,6 +62,10 @@ postgresql:
{{- end }}
anchoreGlobal:
{{- if .Values.istio.enabled }}
annotations:
{{ include "istioAnnotation" . }}
{{- end }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
openShiftDeployment: {{ .Values.openshift }}
{{- if .Values.addons.anchore.adminPassword }}
......@@ -67,6 +75,10 @@ anchoreGlobal:
{{- if .Values.addons.anchore.enterprise.enabled }}
anchore-feeds-db:
{{- if .Values.istio.enabled }}
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
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
......@@ -87,6 +99,14 @@ anchore-ui-redis:
auth:
password: {{ .Values.addons.anchore.redis.password }}
{{- end }}
{{- if .Values.istio.enabled }}
master:
podAnnotations:
{{ include "istioAnnotation" . }}
replica:
podAnnotations:
{{ include "istioAnnotation" . }}
{{- end }}
image:
pullSecrets:
- private-registry
......
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