Common
# cicd
helm template cicd helm-tmpl -f namespace/cicd.yaml
# middleware
helm template middleware helm-tmpl -f namespace/middleware.yaml
Apps
# DEV
helm template dev helm-tmpl -f namespace/dev.yaml
# DEV
helm template stg helm-tmpl -f namespace/stg.yaml
helm template use helm-tmpl -f apps/use-api.yaml
helm template use helm-tmpl -f apps/aq-api.yaml