Skip to content

Commit

Permalink
Merge pull request #264 from lizhuqi/add-tolerance
Browse files Browse the repository at this point in the history
cleanup secret before create a new one
  • Loading branch information
k8s-ci-robot authored May 14, 2021
2 parents e5f1752 + 9dedc9b commit a63f6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ clean:

.PHONY: install-smb-provisioner
install-smb-provisioner:
kubectl delete secret smbcreds --ignore-not-found
kubectl create secret generic smbcreds --from-literal username=USERNAME --from-literal password="PASSWORD"
ifdef TEST_WINDOWS
kubectl create -f deploy/example/smb-provisioner/smb-server-lb.yaml
Expand Down

0 comments on commit a63f6dc

Please sign in to comment.