mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-30 07:08:51 +00:00
13 lines
241 B
YAML
13 lines
241 B
YAML
---
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: new-namespace-only
|
|
spec:
|
|
interval: 5m0s
|
|
path: ./kustomize
|
|
force: true
|
|
prune: true
|
|
sourceRef:
|
|
kind: GitRepository
|
|
name: new-namespace-only
|