Update namespace for nvdp.
This commit is contained in:
parent
91d41cc4a3
commit
5378e7a65c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
|||
kind: HelmRelease
|
||||
metadata:
|
||||
name: nvidia-device-plugin
|
||||
namespace: kube-system
|
||||
namespace: nvidia-device-plugin
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
|
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
labels:
|
||||
substitution.flux.home.arpa/enabled: "true"
|
||||
spec:
|
||||
targetNamespace: system
|
||||
targetNamespace: nvidia-device-plugin
|
||||
interval: 10m
|
||||
path: "./kubernetes/apps/system/nvidia-device-plugin/app"
|
||||
prune: true
|
||||
|
|
Loading…
Reference in a new issue