We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on changes discussed in external-secrets/kubernetes-external-secrets#477. Changes to data block and template.
Example of larger breaking changes:
apiVersion: secret-manager.itscontained.io/v1alpha1 kind: ExternalSecret metadata: name: example spec: data: - remoteRef: name: path/or-id property: value secretKey: example storeRef: name: vault template: metadata: annotations: new-annotation: example
becomes
apiVersion: secret-manager.itscontained.io/v1alpha2 kind: ExternalSecret metadata: name: example spec: data: example: key: path/or-id property: value storeRef: name: vault target: template: metadata: annotations: new-annotation: example
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Based on changes discussed in external-secrets/kubernetes-external-secrets#477. Changes to data block and template.
Example of larger breaking changes:
becomes
The text was updated successfully, but these errors were encountered: