fix(flux): move wikijs HelmRepository to infrastructure sources

This commit is contained in:
Jethro Cotton 2026-03-16 18:37:58 +13:00
parent f86bf5c699
commit 1592e3fc9d
3 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,5 @@
resources: resources:
- namespace.yaml - namespace.yaml
- helmrepository.yaml
- helmrelease.yaml - helmrelease.yaml
namespace: wikijs namespace: wikijs

View file

@ -2,3 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
resources: resources:
- robjuz.yaml - robjuz.yaml
- wikijs.yaml