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

fix: correct data type for restic secret

parent d8c735c6
No related branches found
No related tags found
No related merge requests found
Pipeline #2858 passed
apiVersion: v1
kind: ConfigMap
kind: Secret
metadata:
name: {{ include "restic-helm.fullname" . }}
labels:
{{- include "restic-helm.labels" . | nindent 4 }}
data:
stringData:
RESTIC_PASSWORD: "{{ .Values.repository.key }}"
RESTIC_REPOSITORY: "{{ .Values.repository.name }}"
{{- .Values.auth | nindent 2 }}
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