Skip to content

Commit

Permalink
BC-5546 - fix ingress update
Browse files Browse the repository at this point in the history
  • Loading branch information
mamutmk5 authored Oct 13, 2023
1 parent 277a761 commit 4671ecd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/ingress/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
kubernetes.core.k8s:
kubeconfig: ~/.kube/config
namespace: "{{ NAMESPACE }}"
template: ingress.yml.j2
template: ingress.yml.j2
apply: yes

0 comments on commit 4671ecd

Please sign in to comment.