Skip to content

Commit db09843

Browse files
authored
Merge pull request #242 from kro-run/nicslatts-patch-2
Update GCP examples README.md
2 parents 79e0b5a + 8e6b3ad commit db09843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ gcloud services enable \
106106

107107
## Cleanup
108108

109-
When you are done with all the chapters and want to cleanup the environment, follow these steps:
109+
If you are operating in a dev environment and want to clean it up, follow these steps:
110110

111111
```
112112
# in *nix shell USER should be set. if not set USERNAME explicitly
@@ -127,4 +127,4 @@ gke_${PROJECT_ID?}_${REGION?}_krmapihost-${CONFIG_CONTROLLER_NAME?}
127127
# Dont forget to switch to another context
128128
kubectl config get-contexts
129129
kubectl config use-context <context name>
130-
```
130+
```

0 commit comments

Comments
 (0)