fix: add Namespace and NetworkPolicy permissions to AppProject

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 21:04:00 +00:00
parent 7bbfa88faf
commit 7e9fa1d24b

View File

@@ -12,13 +12,15 @@ spec:
server: https://kubernetes.default.svc
- namespace: hera-app
server: https://kubernetes.default.svc
clusterResourceWhitelist: []
clusterResourceWhitelist:
- group: ""
kind: Namespace
namespaceResourceWhitelist:
- group: ""
kind: "*"
- group: apps
kind: "*"
- group: networking.k8s.io
kind: Ingress
kind: "*"
orphanedResources:
warn: true