Merge branch 'master' of github.com:jpetazzo/container.training

This commit is contained in:
Jerome Petazzoni
2019-09-17 06:13:29 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
apiVersion: v1
Kind: Pod
kind: Pod
metadata:
name: hello
namespace: default

View File

@@ -224,7 +224,7 @@ In the manifest, the pod was named `hello`.
```yaml
apiVersion: v1
Kind: Pod
kind: Pod
metadata:
name: hello
namespace: default