33 lines
787 B
YAML
33 lines
787 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: ApplicationSet
|
|
metadata:
|
|
name: ai-assistant-applicationset
|
|
spec:
|
|
generators:
|
|
- git:
|
|
repoURL: https://gitea.9003009.xyz/argocd-apps/ai-assistant.git
|
|
revision: HEAD
|
|
files:
|
|
- path: "helm-charts-values/*"
|
|
template:
|
|
metadata:
|
|
name: '{{.path.basename}}'
|
|
spec:
|
|
project: ai-assistant
|
|
source:
|
|
path: ''
|
|
repoURL: gitea.9003009.xyz
|
|
chart: 'helm-charts/{{{{.path.basename}}}}'
|
|
targetRevision: '*'
|
|
helm:
|
|
valueFiles:
|
|
- '{{.path.path}}/values.yaml'
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: ai-assistant
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|
|
|