Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Jun 25, 2024
1 parent 47f2b2c commit db5aa9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/substra-backend/templates/statefulset-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
fieldRef:
fieldPath: metadata.name
- name: COMPUTE_POD_AFFINITY
value: {{ toYaml .Values.worker.computePod.affinity | quote }} # TODO see if it works to inject POD_NAME venv in string
value: {{ toYaml .Values.worker.computePod.affinity | quote }}
- name: COMPUTE_POD_NODE_SELECTOR
value: {{ toYaml .Values.worker.computePod.nodeSelector | quote }}
- name: COMPUTE_POD_TOLERATIONS
Expand Down
2 changes: 1 addition & 1 deletion charts/substra-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ worker:
## @param worker.computePod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.matchExpressions[0].key
## @param worker.computePod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.matchExpressions[0].operator
## @param worker.computePod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.matchExpressions[0].values
## @param worker.computePod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].labelSelector.topologyKey
## @param worker.computePod.affinity.podAffinity.requiredDuringSchedulingIgnoredDuringExecution[0].topologyKey
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
Expand Down

0 comments on commit db5aa9d

Please sign in to comment.