Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Jun 21, 2024
1 parent 0ce169f commit c95696d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/substra-backend/templates/statefulset-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: NODE_NAME # TODO see if I can remove
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
Expand All @@ -131,7 +131,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: COMPUTE_POD_AFFINITY
value: {{ .Values.worker.computePod.affinity | quote }} # TODO see if it works
value: {{ .Values.worker.computePod.affinity | quote }} # TODO see if it works to inject POD_NAME venv in string
- name: COMPUTE_POD_NODE_SELECTOR
value: {{ .Values.worker.computePod.nodeSelector | quote }}
- name: COMPUTE_POD_TOLERATIONS
Expand Down

0 comments on commit c95696d

Please sign in to comment.