Add configmap to starters

This commit is contained in:
Dmitry Chistyakov 2023-06-22 15:39:06 +03:00
parent a4ac24fe58
commit cc8e9d95e3
8 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: git-{{ include "<CHARTNAME>.fullname" . }}
data:
branch: {{ .Values.git.branch }}
url: {{ .Values.git.url }}

View File

@ -10,6 +10,10 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
git:
branch: ""
url: ""
imagePullSecrets:
- name: touchin-registry
nameOverride: ""

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: git-{{ include "<CHARTNAME>.fullname" . }}
data:
branch: {{ .Values.git.branch }}
url: {{ .Values.git.url }}

View File

@ -10,6 +10,10 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
git:
branch: ""
url: ""
imagePullSecrets:
- name: touchin-registry
nameOverride: ""

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: git-{{ include "<CHARTNAME>.fullname" . }}
data:
branch: {{ .Values.git.branch }}
url: {{ .Values.git.url }}

View File

@ -10,6 +10,10 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
git:
branch: ""
url: ""
imagePullSecrets:
- name: touchin-registry
nameOverride: ""

View File

@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: git-{{ include "<CHARTNAME>.fullname" . }}
data:
branch: {{ .Values.git.branch }}
url: {{ .Values.git.url }}

View File

@ -10,6 +10,10 @@ image:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
git:
branch: ""
url: ""
imagePullSecrets:
- name: touchin-registry
nameOverride: ""