Skip to content

Commit

Permalink
Remove commented-out caBundle field
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <[email protected]>
  • Loading branch information
dkwon17 committed Oct 10, 2024
1 parent 58e8d6c commit 94d5feb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions deploy/templates/cert-manager/crd_webhooks_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec:
path: /convert
port: 443
# caBundle will be filled by cert-manager on creation
# caBundle: Cg==
---
# Add webhooks to the devfile/api CRDs
apiVersion: apiextensions.k8s.io/v1
Expand All @@ -38,4 +37,3 @@ spec:
path: /convert
port: 443
# caBundle will be filled by cert-manager on creation
# caBundle: Cg==
2 changes: 0 additions & 2 deletions deploy/templates/olm/crd_webhooks_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
# caBundle: Cg==
---
# Add webhooks to the devfile/api CRDs
apiVersion: apiextensions.k8s.io/v1
Expand All @@ -34,4 +33,3 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
# caBundle: Cg==
2 changes: 0 additions & 2 deletions deploy/templates/service-ca/crd_webhooks_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
# caBundle: Cg==
---
# Add webhooks to the devfile/api CRDs
apiVersion: apiextensions.k8s.io/v1
Expand All @@ -38,4 +37,3 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
# caBundle: Cg==

0 comments on commit 94d5feb

Please sign in to comment.