43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
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: &appname intel-device-plugins-operator
|
|
namespace: flux-system
|
|
spec:
|
|
targetNamespace: system
|
|
commonMetadata:
|
|
labels:
|
|
app.kubernetes.io/name: *appname
|
|
path: "./kubernetes/apps/system/intel-device-plugins/operator"
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: valinor
|
|
interval: 10m
|
|
prune: true
|
|
wait: true
|
|
dependsOn:
|
|
- name: cluster-apps-cert-manager
|
|
- name: node-feature-discovery
|
|
---
|
|
# 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: &appname intel-device-plugins-gpu
|
|
namespace: flux-system
|
|
spec:
|
|
targetNamespace: system
|
|
commonMetadata:
|
|
labels:
|
|
app.kubernetes.io/name: *appname
|
|
path: "./kubernetes/apps/system/intel-device-plugins/gpu"
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: valinor
|
|
interval: 30m
|
|
prune: true
|
|
wait: true
|
|
dependsOn:
|
|
- name: intel-device-plugins-operator
|