add the sources to kustomization
This commit is contained in:
parent
ad9598de49
commit
b23feb8239
|
|
@ -3,4 +3,5 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
|
- infrastructuresources.yaml
|
||||||
- apps.yaml
|
- apps.yaml
|
||||||
|
|
|
||||||
4
infrastructure/sources/kustomization.yaml
Normal file
4
infrastructure/sources/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- robjuz.yaml
|
||||||
Loading…
Reference in a new issue