generator-gcr.yaml 680 B

123456789101112131415161718192021222324252627
  1. apiVersion: generators.external-secrets.io/v1alpha1
  2. kind: GCRAccessToken
  3. spec:
  4. # project where gcr lives in
  5. projectID: ""
  6. # choose authentication strategy
  7. auth:
  8. # option 1: workload identity
  9. workloadIdentity:
  10. # point to the workload identity
  11. # service account
  12. serviceAccountRef:
  13. name: ""
  14. audiences: []
  15. # the cluster can live in a different project or location
  16. # use the following fields to configure where the cluster lives
  17. clusterLocation: ""
  18. clusterName: ""
  19. clusterProjectID: ""
  20. # option 2: GCP service account
  21. secretRef:
  22. secretAccessKeySecretRef:
  23. name: ""
  24. key: ""