Browse Source

properly generate extravolumes in kubeadmconfig for centos (#6708)

pull/6735/head
lukasz bielinski 4 years ago
committed by GitHub
parent
commit
5f034330c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/kubespray-defaults/defaults/main.yaml

2
roles/kubespray-defaults/defaults/main.yaml

@ -426,7 +426,7 @@ contiv_peer_with_uplink_leaf: false
contiv_global_as: "65002"
contiv_global_neighbor_as: "500"
ssl_ca_dirs: >-
ssl_ca_dirs: |-
[
{% if ansible_os_family in ['Flatcar Container Linux by Kinvolk'] -%}
'/usr/share/ca-certificates',

Loading…
Cancel
Save