remove namespace: default from CiliumNetworkPolicy definitions to clean up redundant field
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 6m51s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 6m51s
This commit is contained in:
@@ -3,7 +3,7 @@ apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: default-deny-all
|
||||
namespace: default
|
||||
|
||||
spec:
|
||||
endpointSelector: {}
|
||||
ingress:
|
||||
@@ -16,7 +16,6 @@ apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: escape-game-netpol
|
||||
namespace: default
|
||||
spec:
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
@@ -61,7 +60,6 @@ apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: redis-netpol
|
||||
namespace: default
|
||||
spec:
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
@@ -91,7 +89,6 @@ apiVersion: cilium.io/v2
|
||||
kind: CiliumNetworkPolicy
|
||||
metadata:
|
||||
name: nats-netpol
|
||||
namespace: default
|
||||
spec:
|
||||
endpointSelector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user