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
No related branches found
No related tags found
No related merge requests found
Pipeline #2818 passed
......@@ -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"
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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment