Skip to content

Commit

Permalink
[stable/kube-ops-view] Add nodeSelector (helm#20696)
Browse files Browse the repository at this point in the history
* add nodeSelector

Signed-off-by: Victor SALAUN <vsalaun@talend.com>

* Update stable/kube-ops-view/templates/deployment.yaml

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

* Update stable/kube-ops-view/templates/deployment.yaml

Co-Authored-By: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
Signed-off-by: Victor SALAUN <vsalaun@talend.com>

Co-authored-by: Stella Coëpeau <31846959+scoepeau@users.noreply.github.com>
  • Loading branch information
2 people authored and Ian Levesque committed Jul 13, 2020
1 parent 95370e1 commit 9e8c90a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/kube-ops-view/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kube-ops-view
version: 1.1.3
version: 1.1.4
appVersion: 19.9.0
description: Kubernetes Operational View - read-only system dashboard for multiple
K8s clusters
Expand Down
4 changes: 4 additions & 0 deletions stable/kube-ops-view/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
{{- if .Values.affinity }}
affinity:
{{ toYaml .Values.affinity | indent 8 }}
{{- end }}
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- if .Values.tolerations }}
tolerations:
Expand Down
1 change: 1 addition & 0 deletions stable/kube-ops-view/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rbac:
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
podLabels: {}
affinity: {}
nodeSelector: {}
tolerations: []

# Add securityContext
Expand Down

0 comments on commit 9e8c90a

Please sign in to comment.