Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update local-test-setup.md to use scripts #2178

Merged
merged 17 commits into from
Jan 22, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/contributor/04-local-test-setup.md
  • Loading branch information
c-pius authored Jan 22, 2025
commit c3c6205a239e758d055f932bc5e0440b52f3fd69
2 changes: 1 addition & 1 deletion docs/contributor/04-local-test-setup.md
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ kubectl get kyma/default -n kyma-system -o yaml | yq e 'del(.spec.modules[0])' |

### 8. [OPTIONAL] Verify Conditions

Check the conditions of the Kyma.
Check the conditions of the Kyma CR in the KCP cluster.

- `SKRWebhook` to determine if the webhook has been installed to the SKR
- `ModuleCatalog` to determine if the ModuleTemplate CRs and ModuleReleaseMeta CRs haven been synced to the SKR cluster
Loading