feat: add infra-configs kustomization
This commit is contained in:
@@ -14,3 +14,20 @@ spec:
|
|||||||
name: flux-system
|
name: flux-system
|
||||||
timeout: 5m0s
|
timeout: 5m0s
|
||||||
wait: true
|
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
0
infra/configs/.keep
Normal file
Reference in New Issue
Block a user