-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yaml
45 lines (45 loc) · 1.42 KB
/
action.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: 'tkn on EKS'
description: 'tkn on EKS'
branding:
icon: 'compass'
color: 'blue'
inputs:
task:
description: 'The task you want to run'
required: false
cluster_task:
description: 'The cluster task you want to run'
required: false
namespace:
description: 'The namespace the task is in'
required: true
serviceaccount:
description: 'The serviceaccount to run the task with'
required: false
args:
description: 'The arguments added to tkn command after task name such as `--param key=value`'
required: false
pod_template:
description: 'The PodTemplate to apply to the TaskRun if any.'
required: false
kubeconfig:
description: 'The kubeconfig file to use'
required: false
aws_access_key_id:
description: >-
AWS Access Key ID. This input is required if running in the GitHub hosted environment.
It is optional if running in a self-hosted environment that already has AWS credentials,
for example on an EC2 instance.
required: false
aws_secret_access_key:
description: >-
AWS Secret Access Key. This input is required if running in the GitHub hosted environment.
It is optional if running in a self-hosted environment that already has AWS credentials,
for example on an EC2 instance.
required: false
aws_region:
description: 'AWS Region, e.g. us-east-2'
required: true
runs:
using: 'docker'
image: 'Dockerfile'