Skip to content
New issue

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

Add v1alpha2 ExternalSecret #48

Open
mcavoyk opened this issue Oct 11, 2020 · 0 comments
Open

Add v1alpha2 ExternalSecret #48

mcavoyk opened this issue Oct 11, 2020 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mcavoyk
Copy link
Collaborator

mcavoyk commented Oct 11, 2020

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
@mcavoyk mcavoyk added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant