Skip to content

Commit 7536807

Browse files
author
Alan Christie
committed
fix: Undelploy logic (crd file in wrong directory)
1 parent 315e809 commit 7536807

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

roles/operator/tasks/undeploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737

3838
- name: Remove CRD
3939
community.kubernetes.k8s:
40-
definition: "{{ lookup('file', 'crd.yaml') }}"
40+
definition: "{{ lookup('template', 'crd.yaml.j2') }}"
4141
wait: yes
4242
state: absent
File renamed without changes.

0 commit comments

Comments
 (0)