UNCLASSIFIED - NO CUI

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

Jaeger: Set webhook cert pull policy to the global value

parent 30974b99
No related branches found
No related tags found
1 merge request!1534Jaeger: Set webhook cert pull policy to the global value
Pipeline #759867 passed
......@@ -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