-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Access a secret ref param instead of a selector label
SpaceRequests will be ephemeral so the secret name will be known when incorporating this StepAction into a Task. The StepAction name is prefixed with "eaas" for extra clarity about its purpose.
- Loading branch information
Showing
4 changed files
with
29 additions
and
27 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
stepactions/eaas-get-supported-ephemeral-cluster-versions/0.1/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# eaas-get-supported-ephemeral-cluster-versions stepaction | ||
|
||
This StepAction queries the EaaS hub cluster used to provision ephemeral clusters for testing. It returns a list of supported versions stored in a hypershift ConfigMap. | ||
|
||
## Parameters | ||
|name|description|default value|required| | ||
|---|---|---|---| | ||
|eaasSpaceSecretRef|Name of a secret containing credentials for accessing an EaaS space.||true| | ||
|insecureSkipTLSVerify|Skip TLS verification when accessing the EaaS hub cluster. This should not be set to "true" in a production environment.|false|false| | ||
|
||
## Results | ||
|name|description| | ||
|---|---| | ||
|versions|List of supported minor versions from newest to oldest. E.g. ["4.15","4.14","4.13"]| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
15 changes: 0 additions & 15 deletions
15
stepactions/get-supported-ephemeral-cluster-versions/0.1/README.md
This file was deleted.
Oops, something went wrong.