We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bf60b commit 25ba5c2Copy full SHA for 25ba5c2
1 file changed
‎README.md‎
@@ -3,14 +3,15 @@
3
## Usage
4
5
```yaml
6
- - uses: licenseware/helm@v1.2
+ - uses: licenseware/helm@v1.3
7
with:
8
kubeconfig: ${{ secrets.KUBECONFIG_FILE }} # JSON/YAML encoded string
9
kubeconfig-filepath: /tmp/kubeconfig # mutually exclusive with `kubeconfig`
10
action: upgrade -i # upgrade -i, install, uninstall, etc.
11
atomic: "1"
12
build-dependencies: "1" # helm dep build
13
chart-dir: ./helm
14
+ cleanup: "1" # delete all the files i.e. kubeconfig & values
15
create-namespace: "0"
16
helm-version: "v3.9.4" # https://github.com/helm/helm/releases
17
namespace: default
0 commit comments