UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 85eb59fd authored by Dave Vigil's avatar Dave Vigil Committed by Micah Nagel
Browse files

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

parent 9e8bf05f
No related branches found
No related tags found
1 merge request!1978Adding preUninstall/deleteWebhookConfigurations to chart/templates/gatekeeper/values.yaml
...@@ -20,6 +20,12 @@ postUpgrade: ...@@ -20,6 +20,12 @@ postUpgrade:
pullPolicy: {{ .Values.imagePullPolicy }} pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets: pullSecrets:
- name: private-registry - name: private-registry
preUninstall:
deleteWebhookConfigurations:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets:
- name: private-registry
networkPolicies: networkPolicies:
enabled: {{ .Values.networkPolicies.enabled }} enabled: {{ .Values.networkPolicies.enabled }}
......
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