add touchin labels

This commit is contained in:
Alexander Buntakov 2022-04-19 14:40:17 +03:00
parent 851392a754
commit 356729c68d
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@ replicaCount: 1
image: image:
repository: nginx repository: nginx
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
web: dhub.touchin.ru/touchin/autotest-web
ssoProxy: dhub.touchin.ru/touchin/sso-proxy
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""

View File

@ -20,6 +20,7 @@ spec:
{{- end }} {{- end }}
labels: labels:
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }} {{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
{{- include "<CHARTNAME>.touchinLabels" . | nindent 8 }}
spec: spec:
{{- with .Values.imagePullSecrets }} {{- with .Values.imagePullSecrets }}
imagePullSecrets: imagePullSecrets: