Skip to content

Commit c1589e4

Browse files
authored
Merge pull request #5548 from EclipseFdn/main
Fix for redis-cluster-operator
2 parents 6a03d03 + 24df22d commit c1589e4

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)