19 lines
524 B
YAML
19 lines
524 B
YAML
|
---
|
||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||
|
kind: Kustomization
|
||
|
metadata:
|
||
|
name: nvidia-device-plugin
|
||
|
namespace: flux-system
|
||
|
labels:
|
||
|
substitution.flux.home.arpa/enabled: "true"
|
||
|
spec:
|
||
|
targetNamespace: kube-system
|
||
|
interval: 10m
|
||
|
path: "./kubernetes/apps/kube-system/nvidia-device-plugin/app"
|
||
|
prune: true
|
||
|
sourceRef:
|
||
|
kind: GitRepository
|
||
|
name: theshire
|
||
|
wait: true
|