add external device

This commit is contained in:
2026-01-22 23:34:56 +01:00
parent 7e49e193fb
commit b6c6366c59
10 changed files with 1120 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: external-devices
namespace: argocd-ops
spec:
generators:
- list:
elements:
- env: prd
cluster: cluster-prd
template:
metadata:
name: external-devices-{{path.basename}}
spec:
project: default
source:
repoURL: https://gitea.gkdomaine.local/gkdomaine.fr/argocd.git
targetRevision: main
path: helm/external-devices/{{path.basename}}
destination:
name: '{{name}}'
namespace: 'traefik-{{path.basename}}'
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true