Skip to content

Commit

Permalink
Bump kustomize version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianunruh committed Aug 10, 2021
1 parent 74e377e commit 031a810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ kubectl -n monitoring create secret generic shelly-exporter \
--from-literal=SHELLY_USERNAME=${SHELLY_USERNAME} \
--from-literal=SHELLY_PASSWORD=${SHELLY_PASSWORD}

kubectl kustomize "https://github.com/ianunruh/shelly-exporter.git/deploy/basic?ref=v1.0.0" | \
kubectl kustomize "https://github.com/ianunruh/shelly-exporter.git/deploy/basic?ref=v1.0.1" | \
kubectl apply -n monitoring -f-
```

Expand Down

0 comments on commit 031a810

Please sign in to comment.