mirror of https://git.rancher.io/charts
21 lines
732 B
Diff
21 lines
732 B
Diff
--- charts-original/templates/gatekeeper-validating-webhook-configuration-validatingwebhookconfiguration.yaml
|
|
+++ charts/templates/gatekeeper-validating-webhook-configuration-validatingwebhookconfiguration.yaml
|
|
@@ -15,7 +15,7 @@
|
|
caBundle: Cg==
|
|
service:
|
|
name: gatekeeper-webhook-service
|
|
- namespace: gatekeeper-system
|
|
+ namespace: '{{ .Release.Namespace }}'
|
|
path: /v1/admit
|
|
failurePolicy: Ignore
|
|
name: validation.gatekeeper.sh
|
|
@@ -42,7 +42,7 @@
|
|
caBundle: Cg==
|
|
service:
|
|
name: gatekeeper-webhook-service
|
|
- namespace: gatekeeper-system
|
|
+ namespace: '{{ .Release.Namespace }}'
|
|
path: /v1/admitlabel
|
|
failurePolicy: Fail
|
|
name: check-ignore-label.gatekeeper.sh
|