badhouseplants-net/chart/templates/rclone-config-sec.yaml

9 lines
177 B
YAML
Raw Normal View History

2023-02-25 11:19:00 +00:00
apiVersion: v1
kind: Secret
metadata:
name: rclone-config
type: generic
data:
# the data is abbreviated in this example
rclone.conf: {{ .Values.rclone.config | b64enc }}