diff --git a/install/kubernetes/cube/base/deploy-watch.yaml b/install/kubernetes/cube/base/deploy-watch.yaml index 3925b499..f5d3c95b 100644 --- a/install/kubernetes/cube/base/deploy-watch.yaml +++ b/install/kubernetes/cube/base/deploy-watch.yaml @@ -140,6 +140,8 @@ spec: subPath: config.py - name: tz-config mountPath: /etc/localtime + - name: kubernetes-config + mountPath: /home/myapp/kubeconfig resources: limits: cpu: 4 @@ -188,6 +190,8 @@ spec: subPath: config.py - name: tz-config mountPath: /etc/localtime + - name: kubernetes-config + mountPath: /home/myapp/kubeconfig resources: limits: cpu: 4 @@ -235,6 +239,8 @@ spec: subPath: config.py - name: tz-config mountPath: /etc/localtime + - name: kubernetes-config + mountPath: /home/myapp/kubeconfig resources: limits: cpu: 4 diff --git a/install/kubernetes/kubeconfig/dev-config b/install/kubernetes/kubeconfig/dev-kubeconfig similarity index 100% rename from install/kubernetes/kubeconfig/dev-config rename to install/kubernetes/kubeconfig/dev-kubeconfig