Skip to content

Commit

Permalink
fix karpenter-values-template (#277)
Browse files Browse the repository at this point in the history
This adds the missing opening brace for the CLUSTER_NAME variable.

Signed-off-by: Ukri Niemimuukko <[email protected]>
  • Loading branch information
uniemimu authored Apr 18, 2024
1 parent 47b31bc commit 1695d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karpenter-values-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ controller:

# options
- name: CLUSTER_NAME
value: $CLUSTER_NAME}
value: ${CLUSTER_NAME}
- name: CLUSTER_ENDPOINT
value: ${CLUSTER_ENDPOINT}
- name: KUBELET_BOOTSTRAP_TOKEN
Expand Down

0 comments on commit 1695d8a

Please sign in to comment.