Commit 5cd91a2b authored by Daniel Smith's avatar Daniel Smith

Merge pull request #3077 from saad-ali/FixCloudConfigBuildBreak

Fix kube-controller-manager failing to start because "Jinja variable 'cloud_config' is undefined"
parents ba25ae49 ec6d4c60
{% set cloud_config = "" -%}
{% set daemon_args = "$DAEMON_ARGS" -%}
{% if grains['os_family'] == 'RedHat' -%}
{% set daemon_args = "" -%}
......
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