mirror of https://github.com/knative/docs.git
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:
parent
3b06dc9a8c
commit
498132a97d
|
@ -113,7 +113,7 @@ cd knative-docs/docs/serving/samples/hello-world/helloworld-python
|
|||
1. After the build has completed and the container is pushed to Docker Hub, you
|
||||
can deploy the app into your cluster.
|
||||
|
||||
=== "yaml"
|
||||
=== "yaml"
|
||||
|
||||
1. Create a new file, `service.yaml` and copy the following service
|
||||
definition into the file. Make sure to replace `{username}` with your
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue