gitea-sonarqube-bot/helm/templates/config.yaml
justusbunsi ec781a5a29
Add helm chart
Signed-off-by: Steven Kriegler <61625851+justusbunsi@users.noreply.github.com>
2021-10-11 16:09:13 +02:00

8 lines
164 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ include "helm.fullname" . }}
stringData:
config.yaml: |-
{{- toYaml .Values.app.configuration | nindent 4 }}