Files
fleet-infra/bootstrap/apps/kustomization-ollama.yaml
Michael Thomson 1062e511e1 ollama
2026-03-20 01:15:23 -04:00

20 lines
407 B
YAML

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