mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-09 23:50:05 +00:00
Fix: Add missing configmap creation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e7d89a1f3f
commit
eda8f666b4
1 changed files with 9 additions and 0 deletions
9
charts/latestver/templates/configmap.yaml
Normal file
9
charts/latestver/templates/configmap.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
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 }}
|
Loading…
Reference in a new issue