refactor(roles): remove redundant default filters (#13380)

This commit is contained in:
Frank
2026-07-18 00:35:28 +08:00
committed by GitHub
parent 2d8f15f95a
commit 27527fdb00
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ spec:
- start
- --config
- /etc/config/config.json
{% if local_path_provisioner_debug | default(false) %}
{% if local_path_provisioner_debug %}
- --debug
{% endif %}
volumeMounts: