We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1344fc commit 069649dCopy full SHA for 069649d
README.md
@@ -299,7 +299,7 @@ original deployment with the newly changed one (using 'kubectl replace ...'.
299
```
300
kubectl get deployment sample-deployment -o json | \
301
JSONPath.sh | \
302
-sed 's/\["spec","replicas"\].*/["spec","replicas"]\t'"$2"'/' | \
+sed 's/\["spec","replicas"\].*/["spec","replicas"]\t5/' | \
303
JSONPath.sh -p | \
304
kubectl replace deployment sample-deployment -f -
305
0 commit comments