docs: refer to apply command instead of init or upgrade apply (#2487)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-10-27 08:30:59 +02:00 committed by GitHub
parent fff35bdb2a
commit f4bfbe3564
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 49 additions and 40 deletions

View file

@ -33,7 +33,7 @@ expect_prompt
run_command "# Step 2: Initialize Constellation"
expect_prompt
run_command "constellation init"
run_command "constellation apply"
expect_prompt
run_command "# Wait for cluster to finish bootstrapping..."