2021-02-05 20:17:06 +00:00
|
|
|
{{/*
|
|
|
|
Main entrypoint for the common library chart. It will render all underlying templates based on the provided values.
|
|
|
|
*/}}
|
|
|
|
{{- define "common.all" -}}
|
2021-10-09 21:43:48 +00:00
|
|
|
{{- /* Generate chart and dependency values */ -}}
|
|
|
|
{{- include "common.setup" . }}
|
2021-02-23 17:21:54 +00:00
|
|
|
|
2021-10-09 22:02:33 +00:00
|
|
|
{{- /* Generate remaining objects */ -}}
|
|
|
|
{{- include "common.postSetup" . }}
|
2021-05-29 11:15:53 +00:00
|
|
|
|
2021-02-05 20:17:06 +00:00
|
|
|
{{- end -}}
|