From d8f9c4381df5aab06198bb51676c230eb6915cb5 Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Wed, 22 Jul 2026 13:28:22 +0300 Subject: [PATCH] ++ fix superset env duplicates --- clusters/wb/infrastructure/patches/superset.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/clusters/wb/infrastructure/patches/superset.yaml b/clusters/wb/infrastructure/patches/superset.yaml index f8de927..fa7d01f 100644 --- a/clusters/wb/infrastructure/patches/superset.yaml +++ b/clusters/wb/infrastructure/patches/superset.yaml @@ -19,16 +19,6 @@ spec: extraEnvRaw: - name: ENABLE_PROXY_FIX value: "true" - - name: DB_PASS - valueFrom: - secretKeyRef: - name: postgresql-auth - key: password - - name: SUPERSET_SECRET_KEY - valueFrom: - secretKeyRef: - name: superset-secret - key: secret.key - name: JWT_SECRET valueFrom: secretKeyRef: