| 123456789101112131415161718 |
- apiVersion: external-secrets.io/v1alpha1
- kind: ClusterSecretStore
- metadata:
- name: example
- spec:
- provider:
- gcpsm:
- projectID: my-project
- auth:
- workloadIdentity:
- # name of the cluster region
- clusterLocation: europe-central2
- # name of the GKE cluster
- clusterName: example-workload-identity
- # reference the sa from above
- serviceAccountRef:
- name: team-a
- namespace: team-a
|