test 4
This commit is contained in:
parent
2f4d46c1ab
commit
f03ab26e5d
@ -4,24 +4,22 @@ 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/*"
|
||||
- list:
|
||||
elements:
|
||||
- appName: ollama
|
||||
chart: helm-charts/ollama
|
||||
- appName: open-webui
|
||||
chart: helm-charts/open-webui
|
||||
|
||||
template:
|
||||
metadata:
|
||||
name: '{{.path.basename}}'
|
||||
name: '{{.appName}}'
|
||||
spec:
|
||||
project: ai-assistant
|
||||
source:
|
||||
path: ''
|
||||
repoURL: gitea.9003009.xyz
|
||||
chart: 'helm-charts/{{{{.path.basename}}}}'
|
||||
chart: '{{.chart}}'
|
||||
targetRevision: '*'
|
||||
helm:
|
||||
valueFiles:
|
||||
- '{{.path.path}}/values.yaml'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: ai-assistant
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user