add touchin labels
This commit is contained in:
parent
851392a754
commit
356729c68d
|
|
@ -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: ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue