mirror of https://github.com/fluxcd/flux2.git
Merge pull request #5302 from maboehm/fix-multiple-kustomizations
flux diff: Reset target struct before decodingpull/5219/head
commit
0c73420ccf
@ -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