Add configmap to starters #1

Merged
dmitry.chistyakov merged 1 commits from feature/add_configmap_template into master 2023-06-22 16:03:32 +03:00
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: ""