Files
open-im-server/deployments/charts/openim-api/templates/app-cm.yaml
T

14 lines
277 B
YAML
Raw Normal View History

2023-10-30 10:16:37 +08:00
apiVersion: v1
kind: ConfigMap
metadata:
name: openim-cm
data:
config.yaml: |+
{{- with .Values.config }}
{{- toYaml . | nindent 4 }}
{{- end }}
notification.yaml: |+
{{- with .Values.notification }}
{{- toYaml . | nindent 4 }}
{{- end }}