1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
external-secrets/docs/snippets/gcpsm-wi-secret-store.yaml
Gustavo Carvalho 34a45cc095 Adding snippets to GCP-sm Store
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-19 10:35:50 -03:00

18 lines
478 B
YAML

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