fix: wrong indent
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 46s
lint-test-helm / validate-kubeconform (pull_request) Successful in 40s
render-manifests / render-manifests (pull_request) Successful in 1m21s

This commit is contained in:
2026-04-22 11:10:19 -05:00
parent 117b15142a
commit e943fff1eb

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