system --> kube-system
This commit is contained in:
parent
6e8938685c
commit
36820c5445
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ metadata:
|
||||||
name: &appname node-feature-discovery
|
name: &appname node-feature-discovery
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
spec:
|
spec:
|
||||||
targetNamespace: system
|
targetNamespace: kube-system
|
||||||
commonMetadata:
|
commonMetadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: *appname
|
app.kubernetes.io/name: *appname
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: system
|
namespace: kube-system
|
||||||
resources:
|
resources:
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
|
|
Loading…
Reference in a new issue