Skip to content

Commit

Permalink
camelcase in config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Slattery <tom.slattery@ibm.com>
  • Loading branch information
Tom-Slattery committed Nov 26, 2024
1 parent 8d0d7fe commit 39e86bd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/ecosystem/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,12 @@ data:
# engine_memory_limit: "300"
run_poll: "5"
run_poll_recheck: "2"
galasa_node_preferred_affinity: "{{ .Values.k8s_node_preferred_affinity }}"
galasa_node_tolerations: "{{ .Values.k8s_node_tolerations }}"
#
# Label of k8s node that Galasa test pods should be scheduled on preferrentially
galasa_node_preferred_affinity: "{{ .Values.k8sNodePreferredAffinity }}"
#
# List of node toleration conditions
galasa_node_tolerations: "{{ .Values.k8sNodeTolerations }}"


#
Expand Down

0 comments on commit 39e86bd

Please sign in to comment.