18 lines
398 B
YAML
18 lines
398 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: nvidiastuff
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: nvidia-device-plugin
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: apps
|
||
|
source:
|
||
|
path: apps-kustomized/nvidiastuff
|
||
|
repoURL: https://git.martyn.berlin/martyn/infra4talos
|
||
|
targetRevision: HEAD
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|