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