mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 18:18:41 +00:00
Compare commits
1 Commits
platform-a
...
fix-kubeov
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2e5e6f041 |
@@ -60,5 +60,5 @@ spec:
|
||||
volumes:
|
||||
- name: webhook-certs
|
||||
secret:
|
||||
secretName: namespace-annotation-webhook-tls
|
||||
secretName: {{ include "namespace-annotation-webhook.fullname" . }}-tls
|
||||
defaultMode: 0400
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from: {{ .Release.Namespace }}/{{ include "namespace-annotation-webhook.fullname" . }}-cert
|
||||
labels:
|
||||
app.kubernetes.io/name: namespace-annotation-webhook
|
||||
app.kubernetes.io/name: {{ include "namespace-annotation-webhook.fullname" . }}
|
||||
webhooks:
|
||||
- name: kube-ovn-webhook.cozystack.io
|
||||
admissionReviewVersions: ["v1"]
|
||||
|
||||
Reference in New Issue
Block a user