Skip to content

Commit 3857b57

Browse files
authored
Merge pull request #5 from vavilenski/fix_values_selector_4
fixed values for nsqadmin-deployment.yaml
2 parents 2844b3b + a06e535 commit 3857b57

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

charts/nsq/templates/nsqadmin-deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ spec:
5353
port: http
5454
resources:
5555
{{- toYaml .Values.nsqadmin.resources | nindent 12 }}
56-
serviceAccountName: {{ .Values.nsqlookupd.serviceAccountName }}
57-
{{- with .Values.nodeSelector }}
56+
serviceAccountName: {{ .Values.nsqadmin.serviceAccountName }}
57+
{{- with .Values.nsqadmin.nodeSelector }}
5858
nodeSelector:
5959
{{- toYaml . | nindent 8 }}
6060
{{- end }}
61-
{{- with .Values.affinity }}
61+
{{- with .Values.nsqadmin.affinity }}
6262
affinity:
6363
{{- toYaml . | nindent 8 }}
6464
{{- end }}
65-
{{- with .Values.tolerations }}
65+
{{- with .Values.nsqadmin.tolerations }}
6666
tolerations:
6767
{{- toYaml . | nindent 8 }}
6868
{{- end }}

0 commit comments

Comments
 (0)