From 0361a5738e51e7aee198578305287ce113d393cb Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 14 May 2022 02:47:32 +0200 Subject: [PATCH] fix: correct typos in charts --- imghost/Chart.yaml | 2 +- imghost/templates/configmap-oauth2.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/imghost/Chart.yaml b/imghost/Chart.yaml index 126c2e5..efb4260 100644 --- a/imghost/Chart.yaml +++ b/imghost/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: imghost description: Helm Chart for imghost type: application -version: 1.0.1 +version: 1.0.2 appVersion: "b05ab1e2" diff --git a/imghost/templates/configmap-oauth2.yaml b/imghost/templates/configmap-oauth2.yaml index feabf73..2205fb3 100644 --- a/imghost/templates/configmap-oauth2.yaml +++ b/imghost/templates/configmap-oauth2.yaml @@ -1,10 +1,10 @@ apiVersion: v1 -kind: Secret +kind: ConfigMap metadata: name: {{ include "imghost-helm.fullname" . }}-oauth2 labels: component: oauth2 {{- include "imghost-helm.labels" . | nindent 4 }} -stringData: +data: config: |- {{ .Values.oauth2.config | toYaml | nindent 4 }} -- GitLab