mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
13 lines
No EOL
242 B
YAML
13 lines
No EOL
242 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: netmaker
|
|
resources:
|
|
- database/
|
|
- server/
|
|
- mq/
|
|
- ui/
|
|
- netmaker-deploy.yml
|
|
- netmaker-ing.yml
|
|
- netmaker-pvc.yml
|
|
- netmaker-sa.yml
|
|
- netmaker-ns.yml |