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