From 35415881e650bbd69277b355f630c2aafdab413d Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Mon, 18 Dec 2023 16:51:09 -0800 Subject: [PATCH] WIP: multiline description --- create-cluster/README.md | 2 +- create-cluster/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/create-cluster/README.md b/create-cluster/README.md index 398b23b..034d60e 100644 --- a/create-cluster/README.md +++ b/create-cluster/README.md @@ -47,7 +47,7 @@ create_cluster ---> cluster_kubeconfig | nodes | | False | Number of nodes to provision | | instance-type | | False | Instance type to provision | | timeout-minutes | 20 | False | Time to wait for the cluster to have a status of `running` | -| tags | | False | Tags to assign to the cluster.
Example:
```
tags: |
- key: "department"
value: "engineering"
```
| +| tags | | False | Tags to assign to the cluster.
Example:
```
tags: \|
- key: "department"
value: "engineering"
```
| | kubeconfig-path | | False | If specified, the kubeconfig will be written to this path | | export-kubeconfig | false | False | Export the KUBECONFIG variable (true/false) | diff --git a/create-cluster/action.yml b/create-cluster/action.yml index 43f0a8b..8e08f53 100644 --- a/create-cluster/action.yml +++ b/create-cluster/action.yml @@ -36,7 +36,7 @@ inputs: Tags to assign to the cluster. Example: ``` - tags: | + tags: \| - key: "department" value: "engineering" ```