Add nginx release to flux

This commit is contained in:
2025-02-11 23:26:08 +01:00
parent 4228c31a54
commit 2073ec0bc8
3 changed files with 73 additions and 0 deletions

13
cluster/infra.yaml Normal file
View File

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