mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-12 17:02:41 +00:00
10 lines
224 B
YAML
10 lines
224 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
name: {{ include "go-latestver.fullname" . }}
|
||
|
labels:
|
||
|
{{- include "go-latestver.labels" . | nindent 4 }}
|
||
|
data:
|
||
|
config.yaml: |
|
||
|
{{- .Values.config | toYaml | nindent 4 }}
|