Skip to content

Commit

Permalink
fix(flux): flux-local may need this
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 9, 2025
1 parent 610205b commit 8b9af10
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions kubernetes/flux/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./config
- ./repositories
- ./vars
Empty file.
4 changes: 4 additions & 0 deletions kubernetes/flux/repositories/git/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []
2 changes: 2 additions & 0 deletions kubernetes/flux/repositories/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./git
- ./helm
- ./oci
Empty file.
4 changes: 4 additions & 0 deletions kubernetes/flux/repositories/oci/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []

0 comments on commit 8b9af10

Please sign in to comment.