Skip to content

Commit

Permalink
Drop caBundle from CRDs to support Kubernetes 1.31 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 authored Sep 27, 2024
1 parent fc87970 commit e342d8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/crd/patches/webhook_in_etcdadmconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ spec:
webhook:
conversionReviewVersions: ["v1", "v1beta1"]
clientConfig:
# this is "\n" used as a placeholder, otherwise it will be rejected by the apiserver for being blank,
# but we're going to set it later using the cert-manager (or potentially a patch if not using cert-manager)
caBundle: Cg==
service:
namespace: system
name: webhook-service
Expand Down

0 comments on commit e342d8c

Please sign in to comment.