We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71108b2 commit f9bd7f7Copy full SHA for f9bd7f7
config/overlays/featuregate/webhook-provider-certmanager/kustomization.yaml
@@ -0,0 +1,15 @@
1
+# kustomization file for secure OLMv1
2
+# DO NOT ADD A NAMESPACE HERE
3
+apiVersion: kustomize.config.k8s.io/v1beta1
4
+kind: Kustomization
5
+resources:
6
+ - ../../../base/operator-controller
7
+ - ../../../base/common
8
+components:
9
+ - ../../../components/tls/operator-controller
10
+
11
+patches:
12
+ - target:
13
+ kind: Deployment
14
+ name: operator-controller-controller-manager
15
+ path: patches/enable-featuregate.yaml
config/overlays/featuregate/webhook-provider-certmanager/patches/enable-featuregate.yaml
@@ -0,0 +1,4 @@
+# enable synthetic-user feature gate
+- op: add
+ path: /spec/template/spec/containers/0/args/-
+ value: "--feature-gates=WebhookProviderCertManager=true"
0 commit comments