From 419c58c6f16f68d965b8085709ab66f64d564d78 Mon Sep 17 00:00:00 2001 From: Vince Grassia Date: Fri, 15 Sep 2023 09:41:44 +0000 Subject: [PATCH] fix: 'raw' template (#7) Co-authored-by: Vince Grassia Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/helm-chart/pulls/7 Reviewed-by: Yurii Vlasov Co-authored-by: Vince Grassia Co-committed-by: Vince Grassia --- Chart.yaml | 2 +- templates/raw.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index d4fe188..1e55e7d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -10,7 +10,7 @@ description: |- the high alpine areas of the Andes and a relative of the llama. annotations: category: TaskTracker -version: 0.2.0 +version: 0.2.1 appVersion: 0.21.0 kubeVersion: ">= 1.19" dependencies: diff --git a/templates/raw.yaml b/templates/raw.yaml index 45f9039..7a022d6 100644 --- a/templates/raw.yaml +++ b/templates/raw.yaml @@ -1,4 +1,4 @@ -{{- range .Values.vikunja }} +{{- range .Values.raw }} {{- $manifest := include "vikunja.labels" $ | fromYaml | dict "labels" | dict "metadata" | mergeOverwrite . }} {{- toYaml $manifest }} ---