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:
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