Skip to content

Commit

Permalink
docs: fix formatting for KeptnTaskDefinition crd-ref (#3016)
Browse files Browse the repository at this point in the history
Signed-off-by: Meg McRoberts <[email protected]>
  • Loading branch information
StackScribe authored Feb 12, 2024
1 parent ac6ca88 commit dcae871
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/docs/reference/crd-reference/taskdefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ spec:
* **python example:**
[Example 4: ConfigMapRef for a python-runtime runner](#example-4-configmapref-for-a-python-runtime-runner)

* **parameters** - An optional field to supply input parameters to a function.
* **parameters** - An optional field
to supply input parameters to a function.
Keptn passes the values defined inside the `map` field
as a JSON object.
See
Expand All @@ -321,7 +322,8 @@ spec:
* **python example:**
[Example 3: functionRef for a python-runner runner](#example-3-functionref-for-a-python-runtime-runner)

* **secureParameters** -- An optional field used to pass a Kubernetes secret.
* **secureParameters** -- An optional field
used to pass a Kubernetes secret.
The `secret` value is the Kubernetes secret name
that is mounted into the runtime and made available to functions
using the `SECURE_DATA` environment variable.
Expand Down

0 comments on commit dcae871

Please sign in to comment.