add separate kustomization file for recursion

This commit is contained in:
Remy Moll 2023-10-09 15:27:18 +02:00
parent cab7e7e1c7
commit c203b5a6d8
3 changed files with 11 additions and 2 deletions

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
- repo.sealedsecret.yaml

View File

@ -5,5 +5,5 @@ namespace: argocd
resources:
- ./whoami/
- ./journal/
- whoami/
- journal/

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml