add touchin labels
This commit is contained in:
parent
851392a754
commit
356729c68d
|
|
@ -7,6 +7,8 @@ replicaCount: 1
|
|||
image:
|
||||
repository: nginx
|
||||
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.
|
||||
tag: ""
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ spec:
|
|||
{{- end }}
|
||||
labels:
|
||||
{{- include "<CHARTNAME>.selectorLabels" . | nindent 8 }}
|
||||
{{- include "<CHARTNAME>.touchinLabels" . | nindent 8 }}
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
|
|
|||
Loading…
Reference in New Issue