From 6e7897b002285722c6bde78f7efcf2865a6b295c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 27 Apr 2026 16:30:12 -0500 Subject: [PATCH] fix: wrong secret --- clusters/cl01tl/helm/dawarich/values.yaml | 2 +- clusters/cl01tl/helm/democratic-csi-synology-iscsi/values.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/dawarich/values.yaml b/clusters/cl01tl/helm/dawarich/values.yaml index b0870a599..48a472382 100644 --- a/clusters/cl01tl/helm/dawarich/values.yaml +++ b/clusters/cl01tl/helm/dawarich/values.yaml @@ -181,7 +181,7 @@ dawarich: - name: SECRET_KEY_BASE valueFrom: secretKeyRef: - name: dawarich-key-secret + name: dawarich-key key: key - name: RAILS_LOG_TO_STDOUT value: true diff --git a/clusters/cl01tl/helm/democratic-csi-synology-iscsi/values.yaml b/clusters/cl01tl/helm/democratic-csi-synology-iscsi/values.yaml index eb4d39579..6ff03f0f2 100644 --- a/clusters/cl01tl/helm/democratic-csi-synology-iscsi/values.yaml +++ b/clusters/cl01tl/helm/democratic-csi-synology-iscsi/values.yaml @@ -61,4 +61,3 @@ democratic-csi: image: registry: registry.k8s.io/sig-storage/csi-node-driver-registrar tag: v2.16.0@sha256:ab482308a4921e28a6df09a16ab99a457e9af9641ff44fb1be1a690d07ce8b70 - enablePSP: true