ContainerSolutions / externalsecret-operator

An operator to fetch secrets from cloud services and inject them in Kubernetes
Apache License 2.0
189 stars 28 forks source link

Provision to change the target key name. #150

Open kernel164 opened 3 years ago

kernel164 commented 3 years ago

Describe the solution you'd like Provision to change the target key name.

Give us examples of the outcome

apiVersion: secrets.externalsecret-operator.container-solutions.com/v1alpha1
kind: ExternalSecret
metadata:
  name: app-config
spec:
  storeRef: 
    name: asm
  data:
    - key: app-config
      version: latest
      targetKey: config.json