Implement dynamic envs (#19)
Reviewed-on: https://git.badhouseplants.net/allanger/badhouseplants-net/pulls/19
This commit is contained in:
8
chart/templates/rclone-config-sec.yaml
Normal file
8
chart/templates/rclone-config-sec.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: rclone-config
|
||||
type: generic
|
||||
data:
|
||||
# the data is abbreviated in this example
|
||||
rclone.conf: {{ .Values.rclone.config | b64enc }}
|
Reference in New Issue
Block a user