fixed indentation issue with heading (#3972)

* fixed indentation issue with heading

* Update README.md

* more indentation changes

* RunAsNonRoot can be set to true without the feature flag (#3969)

* Update docs/serving/samples/hello-world/helloworld-python/README.md

Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>

Co-authored-by: Senthilnathan M <216394+senthilnathan@users.noreply.github.com>
Co-authored-by: Omer B <obensaadon@vmware.com>
Co-authored-by: Julian Friedman <julz.friedman@uk.ibm.com>
This commit is contained in:
Ereli Eran 2021-09-28 04:15:13 -04:00 committed by GitHub
parent 3b06dc9a8c
commit 498132a97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -176,6 +176,8 @@ cd knative-docs/docs/serving/samples/hello-world/helloworld-python
kubectl get ksvc helloworld-python --output=custom-columns=NAME:.metadata.name,URL:.status.url
```
```
Example:
```bash