https://github.com/stashed/stash-with-helm-deployment
https://github.com/stashed/stash-with-helm-deployment
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stashed/stash-with-helm-deployment
- Owner: stashed
- Created: 2018-03-07T16:55:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T19:07:31.000Z (over 8 years ago)
- Last Synced: 2025-06-10T11:15:32.114Z (about 1 year ago)
- Language: Smarty
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Steps
```
minikube delete; minikube start
helm init
curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.0/hack/deploy/stash.sh |
```
```
helm install chart/myweb --name demo
```
```
kubectl create secret generic myweb-demo --from-literal=RESTIC_PASSWORD=changeit
kubectl apply -f restic.yaml
```
```
# uninstall stash
curl -fsSL https://raw.githubusercontent.com/appscode/stash/0.7.0-rc.0/hack/deploy/stash.sh | bash -s -- --uninstall
```
```
helm upgrade --set myweb.tag=1.27.0 demo chart/myweb
```