Add a test app

This commit is contained in:
2024-02-12 22:36:37 +00:00
parent f3e31a3c58
commit 2bdb8dbed0
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps
prune: true
wait: true