Skip to content

Commit

Permalink
fix: service account name
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 17, 2024
1 parent c6d5d6a commit 19c2918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/charts/account-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19c2918

Please sign in to comment.