diff --git a/imghost/Chart.yaml b/imghost/Chart.yaml index 126c2e56c262972e5543f5277fbb24bdede7d51c..efb426095ae41a8cc8d850827204a85ab4b3c018 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 feabf7363ca558374212d0fe04ae5842dd0aca3b..2205fb3d9c22fc5462b50908ba3ff495e3909e24 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 }}