Change prometheus folder permissions in prometheus pod
[osm/devops.git] / installers / docker / osm_pods / lcm.yaml
index 5f34c0d..6832671 100644 (file)
@@ -59,3 +59,11 @@ spec:
         envFrom:
         - secretRef:
             name: lcm-secret
+        volumeMounts:
+        - name: prometheus-config
+          mountPath: /opt/prometheus
+      volumes:
+      - name: prometheus-config
+        hostPath:
+          path: /var/lib/osm/prometheus
+