Skip to content

Commit

Permalink
fix: remove dummy caBundle from CRDs (#1326)
Browse files Browse the repository at this point in the history
Fix #1327

Signed-off-by: dkwon17 <dakwon@redhat.com>
  • Loading branch information
dkwon17 authored Oct 11, 2024
1 parent 533d1f0 commit a285d3b
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 16 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions deploy/deployment/kubernetes/combined.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions deploy/deployment/openshift/combined.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 a285d3b

Please sign in to comment.