Skip to content

Commit

Permalink
adding nodeSelector to operator deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ewolinetz committed Mar 4, 2020
1 parent ffb4d78 commit 38a7818
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ metadata:
spec:
version: 4.5.0
displayName: Elasticsearch Operator
minKubeVersion: 1.17.1

description: |
The Elasticsearch Operator for OKD provides a means for configuring and managing an Elasticsearch cluster for use in tracing and cluster logging.
Expand Down Expand Up @@ -232,6 +231,8 @@ spec:
labels:
name: elasticsearch-operator
spec:
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: elasticsearch-operator
containers:
- name: elasticsearch-operator
Expand Down

0 comments on commit 38a7818

Please sign in to comment.