aboutsummaryrefslogtreecommitdiff
path: root/script/helm/garage/templates/configmap.yaml
blob: 5cc7a45e2032d7b09414c3aef168a40ef3683cb5 (plain) (blame)
1
2
3
4
5
6
7
apiVersion: v1
kind: ConfigMap
metadata:
  name: {{ include "garage.fullname" . }}-config
data:
  garage.toml: |-
    {{- tpl (index (index .Values.garage) "garage.toml") $ | nindent 4 }}