diff options
author | Steve Milner <smilner@redhat.com> | 2017-07-19 10:36:24 -0400 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2017-08-03 17:20:52 +0200 |
commit | 4588260e27e0e139690d0219f6e57b125dce116a (patch) | |
tree | 9d065c963e368fa69677e39b182a8af3a9a561c0 /roles | |
parent | 941b8905feb30f2537360b002ae4b9a457b0f3e2 (diff) | |
download | openshift-4588260e27e0e139690d0219f6e57b125dce116a.tar.gz openshift-4588260e27e0e139690d0219f6e57b125dce116a.tar.bz2 openshift-4588260e27e0e139690d0219f6e57b125dce116a.tar.xz openshift-4588260e27e0e139690d0219f6e57b125dce116a.zip |
cri-o: Fix node template to use full variable
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_node/templates/node.yaml.v1.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_node/templates/node.yaml.v1.j2 b/roles/openshift_node/templates/node.yaml.v1.j2 index a400dd8d9..2a664790f 100644 --- a/roles/openshift_node/templates/node.yaml.v1.j2 +++ b/roles/openshift_node/templates/node.yaml.v1.j2 @@ -16,7 +16,7 @@ imageConfig: latest: false kind: NodeConfig kubeletArguments: {{ openshift.node.kubelet_args | default(None) | to_padded_yaml(level=1) }} -{% if use_crio | default(False) %} +{% if openshift.docker.use_crio | default(False) %} container-runtime: - remote container-runtime-endpoint: |