14 lines
244 B
YAML
14 lines
244 B
YAML
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: vscode-tunnel
|
|
namespace: flux-system
|
|
spec:
|
|
interval: 30s
|
|
path: ./infrastructure
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: flux-system
|