Skip to content

Commit

Permalink
feat: added kustomization
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Jul 17, 2024
1 parent 0fa5e32 commit d0b5192
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
10 changes: 0 additions & 10 deletions clusters/lke/apps/GitRepository.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions clusters/lke/apps/apps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: apps
namespace: kube-system
spec:
interval: 5m0s
url: https://github.com/anza-labs/manifests
ref:
branch: main
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: kube-system
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: apps
namespace: kube-system
path: "./clusters/lke"
prune: true
timeout: 10m

0 comments on commit d0b5192

Please sign in to comment.