Ceph: Fix provisioner name substituation typo
This PS fixes a typo in the cephfs provisioner name, which was being given the same key as rbd to look for. Change-Id: I84dc541a103fc61feb1998ab41edd602c17e2b6f Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
parent
8dba8cb648
commit
f8b8ac9623
@ -160,7 +160,7 @@ spec:
|
||||
{{ tuple $envAll $envAll.Values.pod.resources.cephfs_provisioner | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }}
|
||||
env:
|
||||
- name: PROVISIONER_NAME
|
||||
value: {{ .Values.storageclass.rbd.provisioner }}
|
||||
value: {{ .Values.storageclass.cephfs.provisioner }}
|
||||
- name: POD_NAME
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
|
Loading…
Reference in New Issue
Block a user