Skip to content

Commit

Permalink
Update docs/modules/ROOT/pages/how-tos/cloudscale/decommission.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Gerber <[email protected]>
  • Loading branch information
haasad and simu authored Nov 11, 2024
1 parent 4dafc7c commit a64fcd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ mc config host add \
$(echo $response | jq -r '.keys[0].access_key') \
$(echo $response | jq -r '.keys[0].secret_key')
# delete bootstrap-ignition object (should already be deleted after setup)
# delete bootstrap-ignition bucket (should already be deleted after setup)
mc rb "${CLUSTER_ID}/${CLUSTER_ID}-bootstrap-ignition" --force
# delete image-registry object
Expand Down

0 comments on commit a64fcd5

Please sign in to comment.