mirror of https://github.com/fluxcd/flux2.git
Merge 8cb7188919
into 912718103c
commit
11b6b518ec
@ -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