We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ec55 commit 542a8c5Copy full SHA for 542a8c5
config/base/manager/webhook/patch.yaml
@@ -8,6 +8,3 @@
8
- op: add
9
path: /webhooks/0/clientConfig/service/port
10
value: 443
11
-- op: add
12
- path: /metadata/annotations/cert-manager.io~1inject-ca-from-secret
13
- value: cert-manager/olmv1-ca
config/components/tls/kustomization.yaml
@@ -13,3 +13,9 @@ patches:
kind: Deployment
14
name: controller-manager
15
path: patches/manager_deployment_certs.yaml
16
+- target:
17
+ group: admissionregistration.k8s.io
18
+ kind: MutatingWebhookConfiguration
19
+ name: mutating-webhook-configuration
20
+ version: v1
21
+ path: patches/catalogd_webhook.yaml
config/components/tls/patches/catalogd_webhook.yaml
@@ -0,0 +1,3 @@
1
+- op: add
2
+ path: /metadata/annotations/cert-manager.io~1inject-ca-from-secret
3
+ value: cert-manager/olmv1-ca
0 commit comments