Merge pull request 'fix: wrong indent' (#6147) from tmp/ispon-2 into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 43s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 3m52s

Reviewed-on: #6147
This commit was merged in pull request #6147.
This commit is contained in:
2026-04-22 16:13:12 +00:00

View File

@@ -19,19 +19,19 @@ isponsorblocktv:
isponsorblocktv: isponsorblocktv:
enabled: true enabled: true
staticToken: true staticToken: true
persistence: persistence:
web-config: config:
type: custom type: custom
volumeSpec: volumeSpec:
csi: csi:
driver: secrets-store.csi.k8s.io driver: secrets-store.csi.k8s.io
readOnly: true readOnly: true
volumeAttributes: volumeAttributes:
secretProviderClass: isponsorblocktv-config secretProviderClass: isponsorblocktv-config
advancedMounts: advancedMounts:
main:
main: main:
- path: /app/data/config.json main:
readOnly: true - path: /app/data/config.json
mountPropagation: None readOnly: true
subPath: config.json mountPropagation: None
subPath: config.json