Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Add a secretDataKey parameter to the Flux Helm chart #3227

Merged
merged 4 commits into from
Aug 20, 2020

Conversation

sbernheim
Copy link
Contributor

Adding a secretDataKey parameter to the Flux Helm chart enables the user to override the default data key identity and thereby potentially create the secret from a file with a different name (such as id_rsa) or use a pre-existing secret that stores the key value using a different data key.

Expanding the Helm chart's documentation on the subject of ssh keys to add some clarity and cover this parameter.

resolves #3226

@hiddeco
Copy link
Member

hiddeco commented Aug 19, 2020

/rebase

sbernheim and others added 4 commits August 20, 2020 10:53
Adding a secretDataKey parameter to the Flux Helm chart
enables the user to override the default data key `identity`
and thereby potentially create the secret from a file with
a different name (such as id_rsa) or use a pre-existing
secret that stores the key value using a different data
key.

Expanding the Helm chart's documentation on the subject of
ssh keys to add some clarity and cover this parameter.
@hiddeco hiddeco force-pushed the chart-add-secretdatakey branch from e0a0feb to 903f358 Compare August 20, 2020 08:53
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @sbernheim 🥇 🌷

@hiddeco hiddeco merged commit 140767d into fluxcd:master Aug 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a Helm chart parameter for the SSH secret's data key
2 participants