Skip to content

Commit 3dc9a29

Browse files
committed
Remove a katib-webhook-cert Secret from components
Signed-off-by: Yuki Iwai <[email protected]>
1 parent 888bec3 commit 3dc9a29

File tree

7 files changed

+16
-1
lines changed

7 files changed

+16
-1
lines changed

manifests/v1beta1/components/webhook/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ kind: Kustomization
44

55
resources:
66
- webhooks.yaml
7-
- secret.yaml
File renamed without changes.

manifests/v1beta1/installs/katib-external-db/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ resources:
1515
- ../../components/ui/
1616
# Katib webhooks.
1717
- ../../components/webhook/
18+
# Secret for webhooks certs.
19+
- ./katib-webhook-cert.yaml
1820
images:
1921
- name: docker.io/kubeflowkatib/katib-controller
2022
newName: docker.io/kubeflowkatib/katib-controller
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: v1
3+
kind: Secret
4+
metadata:
5+
name: katib-webhook-cert

manifests/v1beta1/installs/katib-standalone-postgres/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ resources:
1717
- ../../components/ui/
1818
# Katib webhooks.
1919
- ../../components/webhook/
20+
# Secret for webhooks certs.
21+
- ./katib-webhook-cert.yaml
2022
images:
2123
- name: docker.io/kubeflowkatib/katib-controller
2224
newName: docker.io/kubeflowkatib/katib-controller
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: v1
3+
kind: Secret
4+
metadata:
5+
name: katib-webhook-cert

manifests/v1beta1/installs/katib-standalone/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ resources:
1717
- ../../components/ui/
1818
# Katib webhooks.
1919
- ../../components/webhook/
20+
# Secret for webhooks certs.
21+
- ./katib-webhook-cert.yaml
2022
images:
2123
- name: docker.io/kubeflowkatib/katib-controller
2224
newName: docker.io/kubeflowkatib/katib-controller

0 commit comments

Comments
 (0)