mirror of
https://github.com/fluxcd/flux2.git
synced 2026-07-03 20:35:07 +00:00
9 lines
186 B
YAML
9 lines
186 B
YAML
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
kind: Kustomization
|
|
metadata:
|
|
name: test-ks
|
|
namespace: flux-system
|
|
spec:
|
|
path: "./resources"
|
|
postBuild:
|
|
substituteStrategy: Always
|