-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
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: examplebecomes
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: exampleMetadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.