fix: Declare kube-system namespace

This commit is contained in:
Peter 2025-11-08 17:37:19 +01:00
parent 3ddf7cbc2a
commit b8e894fd52
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,7 @@ kind: Kustomization
namespace: kube-system namespace: kube-system
resources: resources:
- namespace.yaml
- ip-pool.yaml - ip-pool.yaml
- gateways.yaml - gateways.yaml
- httproute.yaml - httproute.yaml

View file

@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-system