diff --git a/test/fixtures/doc-yaml/user-guide/pod.yaml b/test/fixtures/doc-yaml/user-guide/pod.yaml new file mode 100644 index 00000000000..7053af0be4b --- /dev/null +++ b/test/fixtures/doc-yaml/user-guide/pod.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Pod +metadata: + name: nginx + labels: + app: nginx +spec: + containers: + - name: nginx + image: nginx + ports: + - containerPort: 80