mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
34a45cc095
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
18 lines
478 B
YAML
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
|