Skip to content

Commit

Permalink
Fix template name for health checks
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Nov 3, 2023
1 parent 129a3bb commit c8f82c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
- templates/chrony/99-master-chrony.yaml.j2
- templates/chrony/99-worker-chrony.yaml.j2

- name: Create worker machines health check
- name: Create infra machines health check
kubernetes.core.k8s:
kubeconfig: "{{ kubeconfig_path }}/{{ infra_context_name }}"
state: present
verify_ssl: no
template: "templates/worker-nodes-health-check.yaml"
template: "templates/worker-nodes-health-check.yaml.j2"

0 comments on commit c8f82c3

Please sign in to comment.