Add configmap to starters (#1)

Co-authored-by: Dmitry Chistyakov <dk@k4f.ru>
Reviewed-on: #1
This commit is contained in:
Dmitry Chistyakov 2023-06-22 16:03:32 +03:00
parent a4ac24fe58
commit 5944d517d2
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: ""