charts/gotosocial/templates/config.yaml

8 lines
148 B
YAML

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