feat: add infra-configs kustomization

This commit is contained in:
2024-08-24 17:57:22 -04:00
parent ad0b8eebbd
commit 1181ecdf5a
2 changed files with 17 additions and 0 deletions

View File

@@ -14,3 +14,20 @@ spec:
name: flux-system
timeout: 5m0s
wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-configs
namespace: flux-system
spec:
dependsOn:
- name: infra-controllers
interval: 1h0m0s
path: ./infra/configs
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s

0
infra/configs/.keep Normal file
View File