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
@@ -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:
@@ -26,7 +26,7 @@ spec:
spec:
priorityClassName: system-cluster-critical
serviceAccountName: metrics-server
hostNetwork: {{ metrics_server_host_network | default(false) }}
hostNetwork: {{ metrics_server_host_network }}
containers:
- name: metrics-server
image: {{ metrics_server_image_repo }}:{{ metrics_server_image_tag }}