UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3a5ef331 authored by Tawsif Siddiqui's avatar Tawsif Siddiqui Committed by Micah Nagel
Browse files

Updated and tested anchore istio annotation

parent 7b76d29c
No related branches found
No related tags found
2 merge requests!1386Master,!1231Updated and tested anchore istio annotation
......@@ -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