Skip to content

Commit

Permalink
feat: pass secret to workflow as input. Fixes:argoproj#5506
Browse files Browse the repository at this point in the history
Signed-off-by: shuangkun <[email protected]>
  • Loading branch information
shuangkun committed Nov 12, 2024
1 parent 5d2a074 commit 142143d
Show file tree
Hide file tree
Showing 33 changed files with 1,868 additions and 711 deletions.
4 changes: 4 additions & 0 deletions api/jsonschema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions api/openapi-spec/swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/executor_swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -4049,6 +4049,7 @@ intent and helps make sure that UIDs and names do not get conflated.
| jsonPath | string| `string` | | | JSONPath of a resource to retrieve an output parameter value from in resource templates | |
| parameter | string| `string` | | | Parameter reference to a step or dag task in which to retrieve an output parameter value from</br>(e.g. '{{steps.mystep.outputs.myparam}}') | |
| path | string| `string` | | | Path in the container to retrieve an output parameter value from in container templates | |
| secretKeyRef | [SecretKeySelector](#secret-key-selector)| `SecretKeySelector` | | | | |
| supplied | [SuppliedValueFrom](#supplied-value-from)| `SuppliedValueFrom` | | | | |


Expand Down
1 change: 1 addition & 0 deletions docs/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -3721,6 +3721,7 @@ ValueFrom describes a location in which to obtain the value to a parameter
|`jsonPath`|`string`|JSONPath of a resource to retrieve an output parameter value from in resource templates|
|`parameter`|`string`|Parameter reference to a step or dag task in which to retrieve an output parameter value from (e.g. '{{steps.mystep.outputs.myparam}}')|
|`path`|`string`|Path in the container to retrieve an output parameter value from in container templates|
|`secretKeyRef`|[`SecretKeySelector`](#secretkeyselector)|SecretKeyRef is secret selector for input parameter configuration|
|`supplied`|[`SuppliedValueFrom`](#suppliedvaluefrom)|Supplied value to be filled in directly, either through the CLI, API, etc.|

## Counter
Expand Down
130 changes: 130 additions & 0 deletions manifests/base/crds/full/argoproj.io_clusterworkflowtemplates.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 142143d

Please sign in to comment.