You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2022. It is now read-only.
Describe the feature
Add a git.secretDataKey parameter to the Helm chart that enables the user to override the default deploy key secret's data key identity. They can then create the secret from a file with a different name (like id_rsa) or to use a pre-existing secret that stores the deploy key's secret key value under a different data key.
What would the new user story look like?
How would the new interaction with Flux look like? E.g.
User either creates a secret to store their deploy key's private key using an existing id_rsa key file or decides to use a deploy key stored in an existing secret.
User adds a secretDataKey field to the Helm chart's values.yaml to override the default key name identity.
User deploys Flux using the Helm chart and their values.yaml overrides.
Flux connects to Git using the private key stored in the Secret described by git.secretName and the data key described by git.secretDataKey values in the values.yaml.
Expected behavior
The Flux Helm chart should enable the user to set the data key of the deploy key secret in a git.secretDataKey field in their values.yaml.
The text was updated successfully, but these errors were encountered:
Describe the feature
Add a
git.secretDataKey
parameter to the Helm chart that enables the user to override the default deploy key secret's data keyidentity
. They can then create the secret from a file with a different name (likeid_rsa
) or to use a pre-existing secret that stores the deploy key's secret key value under a different data key.What would the new user story look like?
How would the new interaction with Flux look like? E.g.
identity
.git.secretName
and the data key described bygit.secretDataKey
values in the values.yaml.Expected behavior
The Flux Helm chart should enable the user to set the data key of the deploy key secret in a
git.secretDataKey
field in their values.yaml.The text was updated successfully, but these errors were encountered: