Skip to content

Commit 5a5d957

Browse files
authored
fix(#2122): change verification command for nouveau in 5.x (#2123)
Updated command to verify new 5.x components by checking services instead of pods.
1 parent c13d723 commit 5a5d957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/hosting/cht/migration/helm-charts-4x-to-5x-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Before starting be sure you have a `git clone` of the [CHT Core repository](http
114114

115115
2. Verify new 5.x components:
116116
```bash
117-
# Look for the new couchdb-nouveau component
118-
kubectl get pods --namespace <your-namespace> | grep nouveau
117+
# Look for the new couchdb-nouveau service
118+
kubectl get services --namespace <your-namespace> | grep nouveau
119119
```
120120

121121
3. Test data integrity

0 commit comments

Comments
 (0)