*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 54b98968 authored by Weber, Thomas's avatar Weber, Thomas
Browse files

revert manila secret name

parent 121eef7b
No related branches found
No related tags found
1 merge request!1Restore main as the default branch
apiVersion: v1
kind: Secret
metadata:
name: csi-manila-secret
name: csi-manila-secrets
namespace: kube-system
stringData:
# Mandatory
......
......@@ -44,13 +44,13 @@ provisioner: cephfs.manila.csi.openstack.org
parameters:
type: CephFS
cephfs-mounter: kernel
csi.storage.k8s.io/provisioner-secret-name: csi-manila-secret
csi.storage.k8s.io/provisioner-secret-name: csi-manila-secrets
csi.storage.k8s.io/provisioner-secret-namespace: kube-system
csi.storage.k8s.io/controller-expand-secret-name: csi-manila-secret
csi.storage.k8s.io/controller-expand-secret-name: csi-manila-secrets
csi.storage.k8s.io/controller-expand-secret-namespace: kube-system
csi.storage.k8s.io/node-stage-secret-name: csi-manila-secret
csi.storage.k8s.io/node-stage-secret-name: csi-manila-secrets
csi.storage.k8s.io/node-stage-secret-namespace: kube-system
csi.storage.k8s.io/node-publish-secret-name: csi-manila-secret
csi.storage.k8s.io/node-publish-secret-name: csi-manila-secrets
csi.storage.k8s.io/node-publish-secret-namespace: kube-system
reclaimPolicy: Delete
allowVolumeExpansion: true
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment