mirror of
https://gitlab.com/oecis/charts.git
synced 2024-11-15 00:28:59 +00:00
10 lines
204 B
YAML
10 lines
204 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "gate.fullname" . }}
|
|
labels:
|
|
{{- include "gate.labels" . | nindent 4 }}
|
|
data:
|
|
config.yml: |
|
|
{{ toYaml .Values.gate.config | indent 4 }}
|