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
Nikolai Rodionov c1667d4603 chart: Version is upgraded
`VirtualService` resource is fixed
2023-02-26 05:50:17 +01:00

11 lines
248 B
YAML

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