Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (30 loc) · 816 Bytes

SecretStore.md

File metadata and controls

34 lines (30 loc) · 816 Bytes
apiVerson: store.externalsecret-operator.container-solutions.com/v1alpha1
kind: SecretStore 
metadata: {...}
spec:

  # Required
  # Unique name used to differenciate between different environments i.e production-aws, staging-aws, development-
  # NOTE: It should be unique for each store to avoid issues!
  controller: "dev"

  # Required
  store:
    # Sample store types
    # AWS Secrets Manager
    # store:
    #   type: asm
    #   auth: 
    #     secretRef: 
    #       name: externalsecret-operator-credentials-asm
    #   parameters:
    #     region: eu-west-2
    
    # GCP Secret Manager
    # store:
    #   type: gsm
    #   auth: 
    #     secretRef: 
    #       name: externalsecret-operator-credentials-gsm
    #   parameters:
    #     projectID: external-secrets-operator

status: {}