Files
fleet-infra/bootstrap/apps/kustomization-open-webui.yaml
Michael Thomson e65f526e92 open webui
2026-03-20 01:42:02 -04:00

20 lines
414 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: open-webui
namespace: flux-system
spec:
interval: 1m
path: ./apps/open-webui
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