Skip to content

Commit d0ffbff

Browse files
committedMar 11, 2025
caBundle doesn't need to be set
And it causes the resource to show up in e.g. ArgoCD as Out-of-Sync
1 parent 63ff929 commit d0ffbff

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
 

‎config/webhook/ingressclassparams_patch.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ spec:
99
strategy: Webhook
1010
webhook:
1111
clientConfig:
12-
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
13-
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
14-
caBundle: Cg==
12+
# `caBundle` should be filled in by cert-manager (or potentially a patch if not using cert-manager)
1513
service:
1614
namespace: default
1715
name: webhook-service

‎config/webhook/targetgroupbindings_patch.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ spec:
99
strategy: Webhook
1010
webhook:
1111
clientConfig:
12-
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
13-
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
14-
caBundle: Cg==
12+
# `caBundle` should be filled in by cert-manager (or potentially a patch if not using cert-manager)
1513
service:
1614
namespace: default
1715
name: webhook-service

0 commit comments

Comments
 (0)