mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-25 04:59:31 +00:00
8 lines
150 B
YAML
8 lines
150 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: {{ .Release.Name }}-configmap
|
||
|
data:
|
||
|
entry-dev.sh: |
|
||
|
{{ .Values.configMapFile | b64dec | indent 4}}
|