Skip to content

Commit

Permalink
fix(gke): network-policies deny all, don't patch non-existent ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-4 committed Nov 1, 2022
1 parent 0ee4ebc commit b010f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/placeos.networkpolicies/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
metadata:
labels:
networking/allow-external-access: "true"
when: gke is not defined

- name: service for dispatch
community.kubernetes.k8s:
Expand Down Expand Up @@ -78,7 +79,6 @@
"{{ internal_ns }}"
loop_control:
loop_var: "ns"
when: gke is not defined

- name: ingress access to upstream apps
community.kubernetes.k8s:
Expand Down

0 comments on commit b010f63

Please sign in to comment.