Skip to content

Commit 25ba5c2

Browse files
authored
docs: add cleanup flag to docs 📝 (#9)
1 parent 91bf60b commit 25ba5c2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
## Usage
44

55
```yaml
6-
- uses: licenseware/helm@v1.2
6+
- uses: licenseware/helm@v1.3
77
with:
88
kubeconfig: ${{ secrets.KUBECONFIG_FILE }} # JSON/YAML encoded string
99
kubeconfig-filepath: /tmp/kubeconfig # mutually exclusive with `kubeconfig`
1010
action: upgrade -i # upgrade -i, install, uninstall, etc.
1111
atomic: "1"
1212
build-dependencies: "1" # helm dep build
1313
chart-dir: ./helm
14+
cleanup: "1" # delete all the files i.e. kubeconfig & values
1415
create-namespace: "0"
1516
helm-version: "v3.9.4" # https://github.com/helm/helm/releases
1617
namespace: default

0 commit comments

Comments
 (0)