Skip to content

Commit 3a4b0ba

Browse files
authoredAug 31, 2022
fix: Remove comment after wait command (#2429)
1 parent 50998f2 commit 3a4b0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎website/content/en/v0.16.0/getting-started/getting-started-with-eksctl/scripts/step08-apply-helm-chart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ helm upgrade --install --namespace karpenter --create-namespace \
55
--set clusterName=${CLUSTER_NAME} \
66
--set clusterEndpoint=${CLUSTER_ENDPOINT} \
77
--set aws.defaultInstanceProfile=KarpenterNodeInstanceProfile-${CLUSTER_NAME} \
8-
--wait # for the defaulting webhook to install before creating a Provisioner
8+
--wait

0 commit comments

Comments
 (0)
Please sign in to comment.