-
Notifications
You must be signed in to change notification settings - Fork 2
/
action.yml
35 lines (34 loc) · 966 Bytes
/
action.yml
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
name: 'Spectro Cloud Deploy Kubernetes'
description: 'Deploy a new Kubernetes cluster using Spectro Cloud Kubernetes (K8s) Platform as a Service clusters'
author: 'Spectro Cloud'
outputs:
clusterId:
description: The created Spectro Cloud cluster's UID
inputs:
host:
required: false
description: Spectro Cloud API Endpoint
default: api.spectrocloud.com
username:
required: true
description: Spectro Cloud API Username
password:
required: true
description: Spectro Cloud API Username
clusterTemplate:
required: true
description: Cluster template specification, see examples for details.
clusterNamePrefix:
required: false
description: Prefix to add to generated cluster names
default: spectro-cicd
deletePostJob:
required: false
description: Delete cluster after the job completes
default: false
branding:
color: 'purple'
icon: 'anchor'
runs:
using: 'node12'
main: 'dist/index.js'