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