From d3bc6053ce3ecbda58250e0e2c5bcd3565509701 Mon Sep 17 00:00:00 2001 From: Pawel Stankiewicz Date: Thu, 9 Oct 2025 19:09:03 +0200 Subject: [PATCH] Set serviceAccountName according to environment --- charts/openvsx/values-staging.yaml | 3 ++- charts/openvsx/values.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/openvsx/values-staging.yaml b/charts/openvsx/values-staging.yaml index 6ee199548..726d23d79 100644 --- a/charts/openvsx/values-staging.yaml +++ b/charts/openvsx/values-staging.yaml @@ -64,7 +64,7 @@ redis: persistence: storageGi: 1 storageClass: cephfs-new - serviceAccountName: redis-cluster-operator + serviceAccountName: redis-cluster-operator-staging # grafana alloy alloy: @@ -91,5 +91,6 @@ alloy: environment: *environment nodeSelector: openvsx-staging-alloy: "true" + openvsx-production-alloy: null fullnameOverride: grafana-alloy-staging namespaceOverride: *namespace diff --git a/charts/openvsx/values.yaml b/charts/openvsx/values.yaml index 10fb774e4..cbbded53f 100644 --- a/charts/openvsx/values.yaml +++ b/charts/openvsx/values.yaml @@ -64,7 +64,7 @@ redis: persistence: storageGi: 5 storageClass: cephfs-new - serviceAccountName: redis-cluster-operator + serviceAccountName: redis-cluster-operator-production # grafana alloy alloy: