Move other apps to subdirs
parent
72733b61b4
commit
1c543979cf
@ -0,0 +1,8 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kube-system
|
||||
metadata:
|
||||
name: longhorn
|
||||
resources:
|
||||
- app/longhorn-sealedsecret.yaml
|
||||
- app/route.yaml
|
@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: plantwiki
|
||||
metadata:
|
||||
name: plantwiki
|
||||
resources:
|
||||
- app/deploy.yaml
|
Loading…
Reference in New Issue