add the sources to kustomization
This commit is contained in:
parent
abfaf8d456
commit
cb0fd46d8b
|
|
@ -3,4 +3,5 @@ kind: Kustomization
|
|||
resources:
|
||||
- gotk-components.yaml
|
||||
- gotk-sync.yaml
|
||||
- infrastructuresources.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