Merge "mecm-mepm uninstall playbook added"
[ealt-edge.git] / mecm / mepm / applcm / resources / deployment / helm-plugin-deployment.yaml
index c7fac0d..c87b5e6 100644 (file)
@@ -60,9 +60,16 @@ spec:
         ports:
         - containerPort: 50051
         resources: {}
+        volumeMounts:
+          - mountPath: /go/release/kubeconfig/
+            name: config-dir
       restartPolicy: Always
       serviceAccountName: ""
-      volumes: null
+      volumes:
+        - name: config-dir
+          hostPath:
+            path: /kubeconfig
+            type: DirectoryOrCreate
 status: {}
 
 # yamllint enable