aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/dashboard
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-02-25 13:26:02 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-02-26 15:09:27 +0000
commit6b02abbc75ad23416e1aedd75799f3a68be7f681 (patch)
tree63c0fab1cecc9704bf36246769081046de7fd4c3 /syz-cluster/dashboard
parentfb16dc0b1f1f8fe30a73a9c5013216fb59568a1f (diff)
syz-cluter: define a service account for services
For minikube, it changes nothing, but it will make it easier to plug it into GKE.
Diffstat (limited to 'syz-cluster/dashboard')
-rw-r--r--syz-cluster/dashboard/deployment.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/dashboard/deployment.yaml b/syz-cluster/dashboard/deployment.yaml
index 766583738..1437098f7 100644
--- a/syz-cluster/dashboard/deployment.yaml
+++ b/syz-cluster/dashboard/deployment.yaml
@@ -15,6 +15,7 @@ spec:
labels:
app: web-dashboard
spec:
+ serviceAccountName: gke-service-ksa
containers:
- name: web-dashboard-image
image: ${IMAGE_PREFIX}web-dashboard:${IMAGE_TAG}