Fix missing namespace for network policy

This commit is contained in:
Joel DeTeves 2022-01-07 13:19:23 -08:00
parent 80a31100bb
commit 4f855eafbf

View File

@ -2,6 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: NetworkPolicy kind: NetworkPolicy
metadata: metadata:
name: proxy name: proxy
namespace: tacticalrmm
spec: spec:
ingress: ingress:
- {} - {}