Skip to content

Commit

Permalink
Fix the parameter issue (#8853)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Nov 22, 2024
1 parent 1b7d2b9 commit 0a5d8b5
Showing 1 changed file 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('file', 'nodefeature_discovery_sub.yaml') | from_yaml }}"
definition: "{{ lookup('template', 'nodefeature_discovery_sub.yaml') | from_yaml }}"
register: subscription_result
until: subscription_result is not failed
retries: 30
Expand Down

0 comments on commit 0a5d8b5

Please sign in to comment.