Add infra

This commit is contained in:
2024-02-16 22:23:51 +00:00
parent 08c641073b
commit 933a63155b
10 changed files with 67 additions and 489 deletions

View File

@@ -1,5 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m0s
path: ./infra
prune: true
sourceRef:
kind: GitRepository
name: flux-system

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./infra