-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: added more detailed explanation of how to make use of secrets in KeptnTasks #959
Conversation
…n KeptnTasks Signed-off-by: Florian Bacher <[email protected]>
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Signed-off-by: Florian Bacher <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems clear to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Here, the `secret` value is the K8s secret name that will be mounted into the runtime and made available to the function | ||
via the environment variable `SECURE_DATA`. | ||
|
||
Here, the `secret` value is the name of the K8s secret containing a field with the key `SECURE_DATA`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are suggestions deliberately disabled here?
I think Kubernetess should be spelled out here rather than K8s
via the environment variable `SECURE_DATA`. | ||
|
||
Here, the `secret` value is the name of the K8s secret containing a field with the key `SECURE_DATA`. | ||
The value of that field will then be available to the functions runtime via an environment variable called `SECURE_DATA`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The value of that field is then available..."
"...to the function runtime..." or "to the functions's runtime" or "to the functions at runtime" -- not sure what is best but this syntax isn't good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple word-smithing suggestions but generally it looks good
Closes #588