doppler-fetch-secret.yaml 275 B

12345678910111213141516
  1. apiVersion: external-secrets.io/v1beta1
  2. kind: ExternalSecret
  3. metadata:
  4. name: auth-api-db-url
  5. spec:
  6. secretStoreRef:
  7. kind: SecretStore
  8. name: doppler-auth-api
  9. target:
  10. name: auth-api-db-url
  11. data:
  12. - secretKey: DB_URL
  13. remoteRef:
  14. key: DB_URL