Merge pull request #526 from BretFisher/fix-pod-yaml

fixing uppercase K in yaml for static pods
This commit is contained in:
Jérôme Petazzoni
2019-09-16 15:19:38 +02:00
committed by GitHub
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