From 0f423acefa63bf8d1d3b8715e2927d0baf73f5ea Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 26 Nov 2024 10:11:53 +0100 Subject: [PATCH] fixup! templates: add flatcar template --- templates/cluster-template-flatcar.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cluster-template-flatcar.yaml b/templates/cluster-template-flatcar.yaml index 02b2c83ec..ac69bde97 100644 --- a/templates/cluster-template-flatcar.yaml +++ b/templates/cluster-template-flatcar.yaml @@ -83,7 +83,7 @@ spec: - name: systemd-sysupdate.timer # Set this to 'true' if you want to enable the Kubernetes auto-update. # NOTE: Only patches version will be pulled. - enabled: false + enabled: ${FLATCAR_DISABLE_AUTO_UPDATE:=true} - name: coreos-metadata-sshkeys@.service enabled: true - name: kubeadm.service @@ -220,7 +220,7 @@ spec: - name: systemd-sysupdate.timer # Set this to 'true' if you want to enable the Kubernetes auto-update. # NOTE: Only patches version will be pulled. - enabled: false + enabled: ${FLATCAR_DISABLE_AUTO_UPDATE:=true} - name: coreos-metadata-sshkeys@.service enabled: true - name: kubeadm.service