Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: jwcesign <jwcesign@cloudpilot.ai>
  • Loading branch information
jwcesign committed Nov 8, 2024
1 parent 8272d5f commit bb7ad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ helm upgrade karpenter ./charts/karpenter --install \
--namespace karpenter-system --create-namespace \
--set "alibabacloud.access_key_id"=${ALIBABACLOUD_AK} \
--set "alibabacloud.access_key_secret"=${ALIBABACLOUD_SK} \
--set "alibabacloud.region_id"=${ALIBABACLOUD_AK} \
--set "alibabacloud.region_id"=${CLUSTER_REGION} \
--set controller.settings.clusterName=${CLUSTER_NAME} \
--set controller.settings.clusterID=${CLUSTER_ID} \
--wait
Expand Down

0 comments on commit bb7ad1b

Please sign in to comment.