debugging
This commit is contained in:
@@ -4,6 +4,9 @@ My openWebUI/searxng configs, plugins, RAG server, as well as a custom program t
|
|||||||
|
|
||||||
*Last updated: 2025-09-10*
|
*Last updated: 2025-09-10*
|
||||||
|
|
||||||
|
> [!TIP]
|
||||||
|
> Looking for the compose version of this? See the [compose]()
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Summary :3
|
## Summary :3
|
||||||
|
|||||||
@@ -4,12 +4,16 @@ metadata: { name: airflow, namespace: ai }
|
|||||||
spec:
|
spec:
|
||||||
project: ai-stack
|
project: ai-stack
|
||||||
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
destination: { server: https://kubernetes.default.svc, namespace: ai }
|
||||||
source:
|
sources:
|
||||||
repoURL: https://airflow.apache.org
|
# 1) the chart (from Helm repo)
|
||||||
chart: airflow
|
- repoURL: https://airflow.apache.org
|
||||||
targetRevision: "*"
|
chart: airflow
|
||||||
helm:
|
targetRevision: "*"
|
||||||
valueFiles:
|
helm:
|
||||||
- apps/values/airflow.yaml
|
valueFiles:
|
||||||
syncPolicy:
|
- $values/values/airflow.yaml # points at the git source below
|
||||||
automated: { prune: true, selfHeal: true }
|
# 2) your repo (the values live here)
|
||||||
|
- repoURL: https://git.ion606.com/ion606/ollama-plus
|
||||||
|
targetRevision: argo
|
||||||
|
ref: values
|
||||||
|
syncPolicy: { automated: { prune: true, selfHeal: true } }
|
||||||
|
|||||||
Reference in New Issue
Block a user