forked from kelseyhightower/konfd
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e309085
commit e053887
Showing
6 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
./build | ||
docker build -t gcr.io/hightowerlabs/konfd:v0.0.3 . | ||
gcloud docker -- push gcr.io/hightowerlabs/konfd:v0.0.3 | ||
docker build -t gcr.io/hightowerlabs/konfd:v0.0.4 . | ||
gcloud docker -- push gcr.io/hightowerlabs/konfd:v0.0.4 | ||
gsutil defacl ch -u AllUsers:R gs://artifacts.hightowerlabs.appspot.com | ||
gsutil acl ch -r -u AllUsers:R gs://artifacts.hightowerlabs.appspot.com | ||
rm konfd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
kubectl delete secrets vault vault-secrets | ||
kubectl delete configmaps vault-configs vault-template | ||
kubectl delete configmaps vault-configs vault-template vault-template-example | ||
kubectl delete rs konfd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters