Skip to content
Snippets Groups Projects
Verified Commit 0361a573 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

fix: correct typos in charts

parent 7f7766c3
Branches
No related tags found
No related merge requests found
Pipeline #2818 passed
...@@ -2,5 +2,5 @@ apiVersion: v2 ...@@ -2,5 +2,5 @@ apiVersion: v2
name: imghost name: imghost
description: Helm Chart for imghost description: Helm Chart for imghost
type: application type: application
version: 1.0.1 version: 1.0.2
appVersion: "b05ab1e2" appVersion: "b05ab1e2"
apiVersion: v1 apiVersion: v1
kind: Secret kind: ConfigMap
metadata: metadata:
name: {{ include "imghost-helm.fullname" . }}-oauth2 name: {{ include "imghost-helm.fullname" . }}-oauth2
labels: labels:
component: oauth2 component: oauth2
{{- include "imghost-helm.labels" . | nindent 4 }} {{- include "imghost-helm.labels" . | nindent 4 }}
stringData: data:
config: |- config: |-
{{ .Values.oauth2.config | toYaml | nindent 4 }} {{ .Values.oauth2.config | toYaml | nindent 4 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment