first copy
This commit is contained in:
7
templates/configmap.yaml
Normal file
7
templates/configmap.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
kind: ConfigMap
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: discord-mautrix-cm
|
||||
data:
|
||||
config.yaml: |-
|
||||
{{- toYaml .Values.app.config | nindent 4 }}
|
||||
Reference in New Issue
Block a user