You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix "commited" to "committed" in README.md
- Fix "futher" to "further" in pkg/investigations/chgm/README.md
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ They are initialized for you and passed to the investigation via investigation.R
113
113
## Testing locally
114
114
115
115
### Against upstream stage OCM Backplane
116
-
Requires an existing cluster. Requires that the metadata.yaml is commited to the main branch of the upstream repo (see below for testing against a local metadata.yaml).
116
+
Requires an existing cluster. Requires that the metadata.yaml is committed to the main branch of the upstream repo (see below for testing against a local metadata.yaml).
117
117
118
118
1. Create a test incident and payload file for your cluster
119
119
@@ -139,7 +139,7 @@ Requires an existing cluster. Requires that the metadata.yaml is commited to the
139
139
### Against local OCM Backplane
140
140
Requires existing cluster, same as above.
141
141
The requests to /backplane/remediate and /backplane/remediation OCM Backplane endpoints are redirected to the local instance of OCM Backplane.
142
-
This means the metadata.yaml commited to the main branch on your local disk is used to grant permissions (an alternate branch will be available after SREP-636 is complete).
142
+
This means the metadata.yaml committed to the main branch on your local disk is used to grant permissions (an alternate branch will be available after SREP-636 is complete).
0 commit comments