Merge pull request #5 from lcsnetworks/fix_network_policy

Fix missing namespace for network policy
This commit is contained in:
Dan 2022-01-08 02:10:10 -08:00 committed by GitHub
commit c45c8b9eeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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