mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-07-27 07:59:56 -02:30
refactor(roles): remove redundant default filters (#13380)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user