mirror of https://github.com/fluxcd/flux2.git
Add test for reading multiple Kustomizations in a single file
Signed-off-by: Marcel Boehm <marcel.boehm@inovex.de>pull/5302/head
parent
912718103c
commit
72a2866508
@ -0,0 +1,18 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: first
|
||||
namespace: flux-system
|
||||
spec:
|
||||
path: "./k8s/first"
|
||||
components:
|
||||
- foo
|
||||
---
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: podinfo
|
||||
namespace: flux-system
|
||||
spec:
|
||||
path: "./k8s/second"
|
||||
---
|
Loading…
Reference in New Issue