From 6ed51fa0e66311fe7214c78f0b02e7458c601bf7 Mon Sep 17 00:00:00 2001 From: Denis Patrakeev Date: Mon, 3 Mar 2025 18:02:45 +0300 Subject: [PATCH] [hotfix] test secret redis_exporter (!75) Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/75 --- .../cloud-prod/monitoring/redis-exporter/values-ovveride.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/redis-exporter/values-ovveride.yaml b/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/redis-exporter/values-ovveride.yaml index f3945b3..288e763 100644 --- a/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/redis-exporter/values-ovveride.yaml +++ b/clusters/k8s-avroid-office.prod.local/namespaces/cloud-prod/monitoring/redis-exporter/values-ovveride.yaml @@ -28,9 +28,10 @@ annotations: vault.security.banzaicloud.io/vault-role: "cloud-prod" vault.security.banzaicloud.io/vault-skip-verify: "false" vault.security.banzaicloud.io/vault-path: "avroid-office" + vault.security.banzaicloud.io/vault-env-from-path: "team-devops/data/services/monitoring/k8s/cloud-prod/redis-exporter" auth: # Use password authentication enabled: true # Redis password (when not stored in a secret) - redisPassword: vault:team-devops/data/services/monitoring/k8s/cloud-prod/redis-exporter#REDIS_PASSWORD + redisPassword: $REDIS_PASSWORD