Skip to content

Commit d3bc605

Browse files
committed
Set serviceAccountName according to environment
1 parent e82c394 commit d3bc605

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/openvsx/values-staging.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ redis:
6464
persistence:
6565
storageGi: 1
6666
storageClass: cephfs-new
67-
serviceAccountName: redis-cluster-operator
67+
serviceAccountName: redis-cluster-operator-staging
6868

6969
# grafana alloy
7070
alloy:
@@ -91,5 +91,6 @@ alloy:
9191
environment: *environment
9292
nodeSelector:
9393
openvsx-staging-alloy: "true"
94+
openvsx-production-alloy: null
9495
fullnameOverride: grafana-alloy-staging
9596
namespaceOverride: *namespace

charts/openvsx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ redis:
6464
persistence:
6565
storageGi: 5
6666
storageClass: cephfs-new
67-
serviceAccountName: redis-cluster-operator
67+
serviceAccountName: redis-cluster-operator-production
6868

6969
# grafana alloy
7070
alloy:

0 commit comments

Comments
 (0)