You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
336 B
YAML
22 lines
336 B
YAML
1 year ago
|
apiVersion: v1
|
||
|
kind: Namespace
|
||
|
metadata:
|
||
|
name: repos
|
||
|
labels:
|
||
|
name: repos
|
||
|
---
|
||
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||
|
kind: Kustomization
|
||
|
metadata:
|
||
|
name: repos
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
interval: 5m
|
||
|
sourceRef:
|
||
|
kind: GitRepository
|
||
|
name: flux-system
|
||
|
path: ./repos
|
||
|
prune: true
|
||
|
wait: true
|
||
|
timeout: 5m0s
|