From e943fff1eb059083570ec9fb8757d9d58d31310a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 22 Apr 2026 11:10:19 -0500 Subject: [PATCH] fix: wrong indent --- .../cl01tl/helm/isponsorblocktv/values.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/clusters/cl01tl/helm/isponsorblocktv/values.yaml b/clusters/cl01tl/helm/isponsorblocktv/values.yaml index 0c38ada7b..3d223d14e 100644 --- a/clusters/cl01tl/helm/isponsorblocktv/values.yaml +++ b/clusters/cl01tl/helm/isponsorblocktv/values.yaml @@ -19,19 +19,19 @@ isponsorblocktv: isponsorblocktv: enabled: true staticToken: true -persistence: - web-config: - type: custom - volumeSpec: - csi: - driver: secrets-store.csi.k8s.io - readOnly: true - volumeAttributes: - secretProviderClass: isponsorblocktv-config - advancedMounts: - main: + persistence: + config: + type: custom + volumeSpec: + csi: + driver: secrets-store.csi.k8s.io + readOnly: true + volumeAttributes: + secretProviderClass: isponsorblocktv-config + advancedMounts: main: - - path: /app/data/config.json - readOnly: true - mountPropagation: None - subPath: config.json + main: + - path: /app/data/config.json + readOnly: true + mountPropagation: None + subPath: config.json