[external-secrets] SUDO-645: add support for 'dataFrom' secret extraction#270
[external-secrets] SUDO-645: add support for 'dataFrom' secret extraction#270
Conversation
|
docs is https://external-secrets.io/latest/guides/all-keys-one-secret/ ?!
|
Ah yeah your docs link is more suitable! |
There was a problem hiding this comment.
Pull request overview
Adds Helm chart support for extracting multiple secret keys from a single JSON secret using External Secrets Operator spec.dataFrom.
Changes:
- Extend
ExternalSecrettemplate to optionally renderspec.dataFrom. - Add an example
dataFrom.extractconfiguration to chart test values. - Bump chart version and update Artifact Hub changelog annotation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| charts/external-secrets/templates/external_secret.yaml | Render spec.dataFrom when configured (otherwise render spec.data). |
| charts/external-secrets/test-values.yaml | Add a dataFrom-based example secret configuration. |
| charts/external-secrets/Chart.yaml | Version bump + changelog entry for the new feature. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add support for extracting multiple secrets from a JSON secret using
dataFrom.