mirror of
https://github.com/fluxcd/flux2.git
synced 2026-07-04 12:55:07 +00:00
8 lines
158 B
YAML
8 lines
158 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: test-ks
|
|
namespace: flux-system
|
|
spec:
|
|
path: "./resources"
|
|
postBuild: {}
|