test 3
This commit is contained in:
parent
8ef8019a0a
commit
2f4d46c1ab
@ -8,7 +8,7 @@ spec:
|
|||||||
repoURL: https://gitea.9003009.xyz/argocd-apps/ai-assistant.git
|
repoURL: https://gitea.9003009.xyz/argocd-apps/ai-assistant.git
|
||||||
revision: HEAD
|
revision: HEAD
|
||||||
files:
|
files:
|
||||||
- path: "helm-charts-values/**/values.yaml"
|
- path: "helm-charts-values/*"
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{.path.basename}}'
|
name: '{{.path.basename}}'
|
||||||
@ -17,11 +17,11 @@ spec:
|
|||||||
source:
|
source:
|
||||||
path: ''
|
path: ''
|
||||||
repoURL: gitea.9003009.xyz
|
repoURL: gitea.9003009.xyz
|
||||||
chart: helm-charts/ollama
|
chart: 'helm-charts/{{{{.path.basename}}}}'
|
||||||
targetRevision: '*'
|
targetRevision: '*'
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml
|
- '{{.path.path}}/values.yaml'
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: ai-assistant
|
namespace: ai-assistant
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user