Added missing mount to aaf deployment yaml
[oom.git] / kubernetes / aaf / templates / aaf-cs-deployment.yaml
index f240150..23968f9 100644 (file)
@@ -22,14 +22,14 @@ spec:
         name: "aaf-cs"
         volumeMounts:
         - mountPath: /data
-          name: aaf-data
+          name: aaf-cs-data
         readinessProbe:
           tcpSocket:
             port: 7000
           initialDelaySeconds: 5
           periodSeconds: 10
       volumes:
-        - name: aaf-data
+        - name: aaf-cs-data
           hostPath:
             path: /dockerdata-nfs/{{ .Values.nsPrefix }}/aaf/data
       imagePullSecrets: