gcpsm-wi-secret-store.yaml 478 B

123456789101112131415161718
  1. apiVersion: external-secrets.io/v1alpha1
  2. kind: ClusterSecretStore
  3. metadata:
  4. name: example
  5. spec:
  6. provider:
  7. gcpsm:
  8. projectID: my-project
  9. auth:
  10. workloadIdentity:
  11. # name of the cluster region
  12. clusterLocation: europe-central2
  13. # name of the GKE cluster
  14. clusterName: example-workload-identity
  15. # reference the sa from above
  16. serviceAccountRef:
  17. name: team-a
  18. namespace: team-a