Skip to content

Commit 069649d

Browse files
committed
Doc update
1 parent e1344fc commit 069649d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ original deployment with the newly changed one (using 'kubectl replace ...'.
299299
```
300300
kubectl get deployment sample-deployment -o json | \
301301
JSONPath.sh | \
302-
sed 's/\["spec","replicas"\].*/["spec","replicas"]\t'"$2"'/' | \
302+
sed 's/\["spec","replicas"\].*/["spec","replicas"]\t5/' | \
303303
JSONPath.sh -p | \
304304
kubectl replace deployment sample-deployment -f -
305305
```

0 commit comments

Comments
 (0)