local-provisioner:v1.0.1 still uses VOLUME_CONFIG_NAME env to read ConfigMap
parent
712bdfc82f
commit
7a2cb5e41c
|
@ -32,6 +32,8 @@ spec:
|
|||
fieldRef:
|
||||
apiVersion: v1
|
||||
fieldPath: metadata.namespace
|
||||
- name: VOLUME_CONFIG_NAME
|
||||
value: "local-volume-config"
|
||||
volumes:
|
||||
- name: discovery-vol
|
||||
hostPath:
|
||||
|
|
Loading…
Reference in New Issue