Skip to content

Commit

Permalink
lint 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpinsonneau committed Oct 10, 2024
1 parent 6199960 commit 9b0718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function edit_manifest() {
yq e --inplace ".spec.template.spec.containers[0].env[] |= select(.name==\"LOG_LEVEL\").value|=\"$2\"" "$3"
;;
"node_selector")
keyVal=(${2//:/ })
keyVal=("${2//:/ }")
yq e --inplace ".spec.template.spec.nodeSelector.\""${keyVal[0]}"\" |= \""${keyVal[1]}"\"" "$3"
;;
esac
Expand Down

0 comments on commit 9b0718d

Please sign in to comment.