mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-06 08:44:23 +00:00
7 lines
150 B
YAML
7 lines
150 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ .Release.Name }}-configmap
|
|
data:
|
|
entry-dev.sh: |
|
|
{{ .Values.configMapFile | b64dec | indent 4}}
|