fix(repos): missing kustomization

This commit is contained in:
JJGadgets
2023-12-24 17:20:28 +08:00
parent 79d2f7347a
commit aabe00843d
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: reloader-app
name: 1-core-reloader-app
namespace: flux-system
spec:
path: ./kube/deploy/apps/reloader/app
path: ./kube/deploy/core/reloader/app
dependsOn: []

View File

@@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrepo.yaml
- helm