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 069649d commit fccd4a0Copy full SHA for fccd4a0
README.md
@@ -294,7 +294,7 @@ For example: The following 'one-liner' will read a kubernetes deployment
294
configuration (using 'kubectl get ...'), output it in *JSON.sh* format (using
295
'JSONPath.sh'), change the number of replicas from the existing value to 5
296
(using *sed*), output again in JSON (using 'JSONPath.sh -p'), then replace the
297
-original deployment with the newly changed one (using 'kubectl replace ...'.
+original deployment with the newly changed one (using 'kubectl replace ...').
298
299
```
300
kubectl get deployment sample-deployment -o json | \
0 commit comments