system --> kube-system

This commit is contained in:
Joseph Hanson 2024-02-17 09:08:13 -06:00
parent 6e8938685c
commit 36820c5445
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ metadata:
name: &appname node-feature-discovery
namespace: flux-system
spec:
targetNamespace: system
targetNamespace: kube-system
commonMetadata:
labels:
app.kubernetes.io/name: *appname

View file

@ -2,6 +2,6 @@
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: system
namespace: kube-system
resources:
- ./helmrelease.yaml