Add configmap to starters (#1)
Co-authored-by: Dmitry Chistyakov <dk@k4f.ru> Reviewed-on: #1
This commit is contained in:
parent
a4ac24fe58
commit
5944d517d2
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: git-{{ include "<CHARTNAME>.fullname" . }}
|
||||
data:
|
||||
branch: {{ .Values.git.branch }}
|
||||
url: {{ .Values.git.url }}
|
||||
|
|
@ -10,6 +10,10 @@ image:
|
|||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
git:
|
||||
branch: ""
|
||||
url: ""
|
||||
|
||||
imagePullSecrets:
|
||||
- name: touchin-registry
|
||||
nameOverride: ""
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: git-{{ include "<CHARTNAME>.fullname" . }}
|
||||
data:
|
||||
branch: {{ .Values.git.branch }}
|
||||
url: {{ .Values.git.url }}
|
||||
|
|
@ -10,6 +10,10 @@ image:
|
|||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
git:
|
||||
branch: ""
|
||||
url: ""
|
||||
|
||||
imagePullSecrets:
|
||||
- name: touchin-registry
|
||||
nameOverride: ""
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: git-{{ include "<CHARTNAME>.fullname" . }}
|
||||
data:
|
||||
branch: {{ .Values.git.branch }}
|
||||
url: {{ .Values.git.url }}
|
||||
|
|
@ -10,6 +10,10 @@ image:
|
|||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
git:
|
||||
branch: ""
|
||||
url: ""
|
||||
|
||||
imagePullSecrets:
|
||||
- name: touchin-registry
|
||||
nameOverride: ""
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: git-{{ include "<CHARTNAME>.fullname" . }}
|
||||
data:
|
||||
branch: {{ .Values.git.branch }}
|
||||
url: {{ .Values.git.url }}
|
||||
|
|
@ -10,6 +10,10 @@ image:
|
|||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
|
||||
git:
|
||||
branch: ""
|
||||
url: ""
|
||||
|
||||
imagePullSecrets:
|
||||
- name: touchin-registry
|
||||
nameOverride: ""
|
||||
|
|
|
|||
Loading…
Reference in New Issue