From 19c291879328e0896ae7f5eb0034fddf2d8dc381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Tue, 17 Sep 2024 08:35:36 +0000 Subject: [PATCH] fix: service account name --- helm/charts/account-server/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/charts/account-server/values.yaml b/helm/charts/account-server/values.yaml index 0ff8f7f..3365c9f 100644 --- a/helm/charts/account-server/values.yaml +++ b/helm/charts/account-server/values.yaml @@ -79,7 +79,7 @@ controller: # -- NATS configuration nats: # -- NATS URL to connect to the NATS server - url: "nats://sample-headless.nats-cluster.svc.cluster.local" + url: "nats://sample-nats.default.svc.cluster.local" ## Account server image image: @@ -184,7 +184,7 @@ controller: # -- Create a service account for the natz controller create: true # -- Service account name - name: natz-controller + name: account-server # -- Annotations applied to created service account annotations: {} # -- Labels applied to created service account