Remove duplicate key

There is a duplicate network_policy: key (one for ingress and one for
egress). This patch set fixes the netpol override yaml so it is correct.

Change-Id: I0df65ce248c010b5cf6e54515cfa10206436fa6c
Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
Tin Lam 2020-03-13 15:45:07 -05:00
parent 6228f5e958
commit 6d849acf93

View File

@ -76,14 +76,6 @@ network_policy:
# Erlang Port Mapper Daemon (epmd)
- protocol: TCP
port: 4369
manifests:
monitoring:
prometheus:
network_policy_exporter: true
network_policy: true
network_policy:
rabbitmq:
egress:
- to:
- podSelector:
@ -106,3 +98,9 @@ network_policy:
ports:
- protocol: TCP
port: %%%REPLACE_API_PORT%%%
manifests:
monitoring:
prometheus:
network_policy_exporter: true
network_policy: true