Add infrastructure to flux

This commit is contained in:
2024-09-23 20:56:10 +02:00
parent 29dc31f0d3
commit 9a393e1326
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infrastructure-prod
namespace: flux-system
spec:
interval: 30m
path: ./infrastructure/prod
prune: true
sourceRef:
kind: GitRepository
name: flux-system
decryption:
provider: sops
secretRef:
name: sops-age

View File

@@ -3,3 +3,4 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
- infrastructure-prod.yaml