Skip to content

Commit 696c8f1

Browse files
Resolved issues in removing namespace for additional upf's
Signed-off-by: Marikkannu, Suresh <[email protected]>
1 parent 3e6d5ab commit 696c8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/upf/tasks/uninstall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
- name: delete namespace omec-upf
2222
shell: |
23-
"kubectl delete namespace omec-upf-{{ item.key }}"
23+
kubectl delete namespace omec-upf-{{ item.key }}
2424
with_dict: "{{ core.upf.additional_upfs}}"
2525
when: inventory_hostname in groups['master_nodes']
2626
ignore_errors: yes

0 commit comments

Comments
 (0)