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

14 lines
277 B
YAML
Raw Normal View History

2023-10-23 18:00:57 +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 }}