Skip to content

Commit

Permalink
Fix the template issue in NFO operator (#8855)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Nov 22, 2024
1 parent 3af23e0 commit 6e8c13c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- name: Create NodeFeaturEDiscovery subscription
kubernetes.core.k8s:
state: present
definition: "{{ lookup('template', 'nodefeature_discovery_sub.yaml') | from_yaml }}"
definition: "{{ lookup('template', 'nodefeature_discovery_sub.yaml.j2') | from_yaml }}"
register: subscription_result
until: subscription_result is not failed
retries: 30
Expand Down

0 comments on commit 6e8c13c

Please sign in to comment.