Skip to content
Snippets Groups Projects
Commit 49fad312 authored by Tom Zaspel's avatar Tom Zaspel Committed by Derek Su
Browse files

feat: improve namespace definition based on suggestion of Skaronator

parent 77234450
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,9 @@ spec: ...@@ -72,7 +72,9 @@ spec:
mountPath: /etc/config/ mountPath: /etc/config/
env: env:
- name: POD_NAMESPACE - name: POD_NAMESPACE
value: {{ include "local-path-provisioner.namespace" . }} valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: CONFIG_MOUNT_PATH - name: CONFIG_MOUNT_PATH
value: /etc/config/ value: /etc/config/
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment