summaryrefslogtreecommitdiffstats
path: root/auth/helm/aaf/templates/aaf-cass.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'auth/helm/aaf/templates/aaf-cass.yaml')
-rw-r--r--auth/helm/aaf/templates/aaf-cass.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/helm/aaf/templates/aaf-cass.yaml b/auth/helm/aaf/templates/aaf-cass.yaml
index 7002bc09..e8d91e2c 100644
--- a/auth/helm/aaf/templates/aaf-cass.yaml
+++ b/auth/helm/aaf/templates/aaf-cass.yaml
@@ -38,7 +38,7 @@ spec:
volumes:
- name: {{ .Chart.Name }}-cass-vol
persistentVolumeClaim:
- claimName: {{ .Chart.Name }}-cass-pvc
+ claimName: {{ .Chart.Name }}-cass-pvc
containers:
###
### AAF-CASS
@@ -49,7 +49,7 @@ spec:
# installing with cmd "onap" will not only initialize the DB, but add ONAP bootstrap data as well
command: ["/bin/bash","/opt/app/aaf/cass_init/cmd.sh","onap"]
volumeMounts:
- - mountPath: "/data"
+ - mountPath: "/var/lib/cassandra"
name: {{ .Chart.Name }}-cass-vol
ports:
- name: storage