This repository has been archived on 2024-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
badhouseplants-net-old/chart/templates/rclone-config-sec.yaml

11 lines
268 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: rclone-config-{{ .Release.Name }}
labels:
{{- include "badhouseplants-net.labels" . | nindent 4 }}
type: generic
data:
# the data is abbreviated in this example
rclone.conf: {{ .Values.rclone.config | b64enc }}