mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
242a6ee1ef
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
20 lines
611 B
YAML
20 lines
611 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ClusterSecretStore
|
|
metadata:
|
|
name: gcp-store
|
|
spec:
|
|
provider:
|
|
gcpsm:
|
|
projectID: alphabet-123
|
|
auth:
|
|
workloadIdentity:
|
|
# name of the cluster region
|
|
clusterLocation: europe-central2
|
|
# name of the GKE cluster
|
|
clusterName: alpha-cluster-42
|
|
# projectID of the cluster (if omitted defaults to spec.provider.gcpsm.projectID)
|
|
clusterProjectID: my-cluster-project
|
|
# reference the sa from above
|
|
serviceAccountRef:
|
|
name: team-a
|
|
namespace: team-a
|