charts/gotosocial/templates/config.yaml

8 lines
148 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-config
namespace: socaas
data:
{{- toYaml .Values.gtsConfig | nindent 2 }}