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

Commit

Permalink
Add make step to deploy a kapp app for smb-csi-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDenuto committed Mar 12, 2020
1 parent ccc80cc commit bb0a00c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ fly:
fly-e2e:
fly -t persi execute -p -c ~/workspace/smb-volume-k8s-release/smb-csi-driver/ci/e2e-tests.yml -i smb-volume-k8s-release=$$HOME/workspace/smb-volume-k8s-release

kustomize:
@$(MAKE) -f $(THIS_FILE) kustomize-delete || true
kubectl apply --kustomize ./overlays/deploy

kustomize-delete:
kubectl delete --kustomize ./overlays/deploy
kapp: SHELL=/bin/bash
kapp:
kapp deploy -y -a smb-broker -f <(ytt -f ytt/base)

.PHONY: test fly fly-e2e image-local-registry

0 comments on commit bb0a00c

Please sign in to comment.