Skip to content

Commit

Permalink
fixup! templates: add flatcar template
Browse files Browse the repository at this point in the history
  • Loading branch information
tormath1 committed Nov 26, 2024
1 parent b352369 commit 0f423ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cluster-template-flatcar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
enabled: true
- name: kubeadm.service
Expand Down Expand Up @@ -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: [email protected]
enabled: true
- name: kubeadm.service
Expand Down

0 comments on commit 0f423ac

Please sign in to comment.