Skip to content

Commit

Permalink
fix: remove dummy caBundle from CRDs
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 533d1f0 commit 58e8d6c
Show file tree
Hide file tree
Showing 11 changed files with 6 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.

4 changes: 2 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,7 @@ spec:
path: /convert
port: 443
# caBundle will be filled by cert-manager on creation
caBundle: Cg==
# caBundle: Cg==
---
# Add webhooks to the devfile/api CRDs
apiVersion: apiextensions.k8s.io/v1
Expand All @@ -38,4 +38,4 @@ spec:
path: /convert
port: 443
# caBundle will be filled by cert-manager on creation
caBundle: Cg==
# caBundle: Cg==
4 changes: 2 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,7 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
caBundle: Cg==
# caBundle: Cg==
---
# Add webhooks to the devfile/api CRDs
apiVersion: apiextensions.k8s.io/v1
Expand All @@ -34,4 +34,4 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
caBundle: Cg==
# caBundle: Cg==
4 changes: 2 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,7 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
caBundle: Cg==
# caBundle: Cg==
---
# Add webhooks to the devfile/api CRDs
apiVersion: apiextensions.k8s.io/v1
Expand All @@ -38,4 +38,4 @@ spec:
path: /convert
port: 443
# caBundle will be filled by Service CA operator
caBundle: Cg==
# caBundle: Cg==

0 comments on commit 58e8d6c

Please sign in to comment.