Commit 9d1a48d5 authored by Marek Grabowski's avatar Marek Grabowski

Merge pull request #12790 from justinsb/fix_12787

Fix escaping problem in kube-scheduler manifest
parents e9dd3c55 0ff8dd45
{% set params = "{{pillar['log_level']}}" -%} {% set params = "" -%}
{% if pillar['log_level'] is defined -%}
{% set params = params + " " + pillar['log_level'] -%}
{% endif -%}
# test_args has to be kept at the end, so they'll overwrite any prior configuration # test_args has to be kept at the end, so they'll overwrite any prior configuration
{% if pillar['scheduler_test_args'] is defined -%} {% if pillar['scheduler_test_args'] is defined -%}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment