-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathaction.yml
More file actions
21 lines (21 loc) · 652 Bytes
/
action.yml
File metadata and controls
21 lines (21 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: 'Helm 3'
description: 'Helm 3'
branding:
icon: 'compass'
color: 'blue'
inputs:
exec:
description: 'The full helm command to run (including helm)'
required: true
kubeconfig:
description: 'The contents of the ~/.kube/config used by kubectl and helm to authenticate and communicate with your kubernetes cluster. '
required: false
overrule_existing_kubeconfig:
description: 'When this input is set to "true" it will swap out the .kube/config with the one provided.'
required: false
helm_version:
description: 'Helm version to use in v3.x.x format'
required: false
runs:
using: 'node20'
main: 'main.js'