UNCLASSIFIED - NO CUI

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

Merge branch 'gatekeeper-pullsecrets-for-deleteWebhookConfigurations' into 'master'

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

Closes platform-one/big-bang/apps/core/policy#162

See merge request platform-one/big-bang/bigbang!1978
parents 9e8bf05f 85eb59fd
No related branches found
No related tags found
1 merge request!1978Adding preUninstall/deleteWebhookConfigurations to chart/templates/gatekeeper/values.yaml
Pipeline #934419 passed with warnings
......@@ -20,6 +20,12 @@ postUpgrade:
pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets:
- name: private-registry
preUninstall:
deleteWebhookConfigurations:
image:
pullPolicy: {{ .Values.imagePullPolicy }}
pullSecrets:
- name: private-registry
networkPolicies:
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