[DCAEGEN2] Fix configmap mounting
[oom.git] / kubernetes / dcaegen2 / components / dcae-ves-openapi-manager / templates / deployment.yaml
index b244d91..929b380 100644 (file)
@@ -51,8 +51,7 @@ spec:
               value: {{ .Values.schemaMap.directory }}/{{ .Values.schemaMap.filename }}
           volumeMounts:
             - name: schema-map
-              mountPath: {{ .Values.schemaMap.directory }}/{{ .Values.schemaMap.filename }}
-              subPath: {{ .Values.schemaMap.filename }}
+              mountPath: {{ .Values.schemaMap.directory }}
       volumes:
         - name: schema-map
           configMap: