Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Add kustomization overlays for deploying to snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa Cho committed Jan 29, 2020
1 parent 9fe2974 commit 0f47653
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ test:
fly:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/integration-tests.yml -i smb-volume-k8s-release=/Users/pivotal/workspace/smb-volume-k8s-release

kustomize:
kubectl apply --kustomize ./overlays/deploy

kustomize-delete:
kubectl delete --kustomize ./overlays/deploy

.PHONY: build test image-local-registry
10 changes: 10 additions & 0 deletions overlays/deploy/csi-nodeplugin-smbplugin-registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
kind: DaemonSet
apiVersion: apps/v1
metadata:
name: csi-nodeplugin-smbplugin
spec:
template:
spec:
containers:
- name: smb
image: cfpersi/smb-csi-driver
4 changes: 4 additions & 0 deletions overlays/deploy/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bases:
- ../../base
patchesStrategicMerge:
- csi-nodeplugin-smbplugin-registry.yaml

0 comments on commit 0f47653

Please sign in to comment.