X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mecm%2Fmepm%2Fapplcm%2Fresources%2Fdeployment%2Fhelm-plugin-deployment.yaml;h=c87b5e6cb3df767e54f18277390d6bda64b12d6f;hb=refs%2Fchanges%2F83%2F3483%2F1;hp=c7fac0d5a57881874e0086e40f34ea4d00302b94;hpb=d1bdf7c1a2cba2f9deec7215994aad404a38da59;p=ealt-edge.git diff --git a/mecm/mepm/applcm/resources/deployment/helm-plugin-deployment.yaml b/mecm/mepm/applcm/resources/deployment/helm-plugin-deployment.yaml index c7fac0d..c87b5e6 100644 --- a/mecm/mepm/applcm/resources/deployment/helm-plugin-deployment.yaml +++ b/mecm/mepm/applcm/resources/deployment/helm-plugin-deployment.yaml @@ -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