From 1062e511e1c368cfa057950656693a76afb514fb Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Fri, 20 Mar 2026 01:15:23 -0400 Subject: [PATCH] ollama --- bootstrap/apps/kustomization-ollama.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bootstrap/apps/kustomization-ollama.yaml diff --git a/bootstrap/apps/kustomization-ollama.yaml b/bootstrap/apps/kustomization-ollama.yaml new file mode 100644 index 0000000..498beb8 --- /dev/null +++ b/bootstrap/apps/kustomization-ollama.yaml @@ -0,0 +1,19 @@ +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: ollama + namespace: flux-system +spec: + interval: 15m + path: ./apps/ollama + prune: true # remove any elements later removed from the above path + wait: true + sourceRef: + kind: GitRepository + name: flux-system + decryption: + provider: sops + secretRef: + name: sops-age + dependsOn: + - name: infra-configs