fixing uppercase K in yaml for static pods

This commit is contained in:
Bret Fisher
2019-09-13 16:49:47 -04:00
parent b1fc7580a1
commit f3622d98fe
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