TrueChartsClone/charts/stable/youtrack/templates/common.yaml

8 lines
258 B
YAML
Raw Normal View History

feat(youtrack) add youtrack (#5947) * Initial draft * Pre-commit end of file * lint * lint try 2 * hmmm * Valid? * fsGroup change * persistence * User must be 13001 * add temp dir * removing --- * Reorder and spacing * security context * persistencebasic * Update charts/incubator/youtrack/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> * Update charts/incubator/youtrack/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> * Update charts/incubator/youtrack/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> * Update charts/incubator/youtrack/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> * Update charts/incubator/youtrack/questions.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> * ReadOnly * Update charts/incubator/youtrack/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/youtrack/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/youtrack/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/youtrack/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/incubator/youtrack/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * initial pipe line * moar * fix init * sure * add gui * add another option * lint * skip install * = * hmm * fixy-fixy * update quest * docs Signed-off-by: MaverickD650 <92877124+MaverickD650@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-01-06 05:39:27 -05:00
{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{- $_ := set .Values.initContainers "configure" (include "youtrack.init" . | fromYaml) -}}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}