mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-08 23:20:03 +00:00
9 lines
224 B
YAML
9 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 }}
|