summaryrefslogtreecommitdiffstats
path: root/auth/helm/aaf/templates/aaf-config-pvc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/helm/aaf/templates/aaf-config-pvc.yaml')
-rw-r--r--auth/helm/aaf/templates/aaf-config-pvc.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/helm/aaf/templates/aaf-config-pvc.yaml b/auth/helm/aaf/templates/aaf-config-pvc.yaml
index 9136712b..6a6aee36 100644
--- a/auth/helm/aaf/templates/aaf-config-pvc.yaml
+++ b/auth/helm/aaf/templates/aaf-config-pvc.yaml
@@ -23,7 +23,7 @@ kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: {{ .Chart.Name }}-config-pvc
- namespace: {{ .Values.global.common.namespace }}
+ namespace: {{ .Values.services.namespace }}
labels:
app: {{ .Chart.Name }}-config
{{- if .Values.persistence.annotations }}