Skip to content

Commit

Permalink
Add oc config volume mount to the openshift-connector plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vinokur <[email protected]>
  • Loading branch information
vinokurig committed Jul 23, 2020
1 parent 6d089c3 commit 39bc892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-70438d2"
name: "vscode-openshift-connector"
memoryLimit: "1500Mi"
volumes:
- mountPath: "/home/theia/.kube"
name: "oc-config"
extensions:
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix
- https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix
Expand Down

0 comments on commit 39bc892

Please sign in to comment.