Skip to content

Commit

Permalink
remove eth2=true node selector label (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel authored Mar 7, 2024
1 parent 79c5280 commit 9346b7b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion charts/eth2-common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: Elements shared by different eth2 clients
name: eth2-common
version: 0.5.1
version: 0.5.2
2 changes: 0 additions & 2 deletions charts/eth2-common/templates/chain-ready.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
values:
- {{ .Release.Name }}
topologyKey: kubernetes.io/hostname
nodeSelector:
eth2: "true"
containers:
- name: {{ .Values.ready.name }}
image: {{ .Values.ready.image.repository }}:{{ .Values.ready.image.tag }}
Expand Down
2 changes: 0 additions & 2 deletions charts/eth2-common/templates/prysm-beacon.statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
values:
- {{ .Release.Name }}
topologyKey: kubernetes.io/hostname
nodeSelector:
eth2: "true"
volumes:
- name: {{ .Release.Name }}-genesis-config
configMap:
Expand Down
2 changes: 0 additions & 2 deletions charts/eth2-common/templates/prysm-validator.statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ spec:
values:
- {{ .Release.Name }}
topologyKey: kubernetes.io/hostname
nodeSelector:
eth2: "true"
volumes:
- name: {{ .Release.Name }}-genesis-config
configMap:
Expand Down

0 comments on commit 9346b7b

Please sign in to comment.