UNCLASSIFIED - NO CUI

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

Merge branch 'jaeger-janitorial-work' into 'master'

Jaeger: Set webhook cert pull policy to the global value

See merge request platform-one/big-bang/bigbang!1534
parents 30974b99 074f65c9
No related branches found
No related tags found
1 merge request!1534Jaeger: Set webhook cert pull policy to the global value
Pipeline #762304 passed with warnings
......@@ -78,4 +78,11 @@ networkPolicies:
{{- $gateway := default "public" .Values.jaeger.ingress.gateway }}
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
webhookCertGen:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
cleanupProxy:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
{{- end -}}
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