UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 91580357 authored by Dave Vigil's avatar Dave Vigil
Browse files

Adding preUninstall/deleteWebhookConfigurations to chart/templates/gatekeeper/values.yaml

parent 4cfdba81
No related branches found
No related tags found
1 merge request!1978Adding preUninstall/deleteWebhookConfigurations to chart/templates/gatekeeper/values.yaml
Pipeline #931133 failed
......@@ -20,7 +20,13 @@ postUpgrade:
pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets:
- name: private-registry
preUninstall:
deleteWebhookConfigurations:
enabled: false
image:
pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets:
- name: private-registry
networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }}
controlPlaneCidr: {{ .Values.networkPolicies.controlPlaneCidr }}
......
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