diff --git a/helm/templates/install.yaml b/helm/templates/install.yaml index 1e26fb7..799fad1 100644 --- a/helm/templates/install.yaml +++ b/helm/templates/install.yaml @@ -1,6 +1,4 @@ {{ include "lib.component.workload" (dict "ctx" .)}} {{ include "lib.component.service" (dict "ctx" .) }} {{ include "lib.component.ingress" (dict "ctx" .) }} -{{ include "lib.component.environment" (dict "ctx" .) }} -{{ include "lib.component.storage" (dict "ctx" .) }} {{ include "lib.component.templates" (dict "ctx" .) }}