Added base cluster

This commit is contained in:
2022-06-04 14:13:26 +02:00
parent 87a9790081
commit ec3de3bcf2
4 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 10m0s
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure
prune: true