Merge "Update Docker tag for Casablanca"
[oom.git] / kubernetes / aai / charts / aai-sparky-be / templates / deployment.yaml
index 6a992dd..d622be6 100644 (file)
@@ -90,7 +90,7 @@ spec:
         - mountPath:  /opt/app/sparky/config/application-oxm-default.properties
           name: {{ include "common.fullname" . }}-properties
           subPath: application-oxm-default.properties
-          
+
         - mountPath:  /opt/app/sparky/config/application-oxm-override.properties
           name: {{ include "common.fullname" . }}-properties
           subPath: application-oxm-override.properties
@@ -103,10 +103,10 @@ spec:
           name: {{ include "common.fullname" . }}-properties
           subPath: roles.config
 
-         mountPath:  /opt/app/sparky/config/users.config
+        - mountPath:  /opt/app/sparky/config/users.config
           name: {{ include "common.fullname" . }}-properties
           subPath: users.config
-        
+
         ports:
         - containerPort: {{ .Values.service.internalPort }}
         - containerPort: {{ .Values.service.internalPort2 }}