diff --git a/apps/template/kustomization.yaml b/apps/template/kustomization.yaml new file mode 100644 index 0000000..ca3b828 --- /dev/null +++ b/apps/template/kustomization.yaml @@ -0,0 +1,6 @@ +resources: +- deployment.yaml +- svc.yaml +- pvc.yaml +- secrets.yaml +- configmap.yaml \ No newline at end of file