Fix indent in YAML for example pod (#11610)

Co-authored-by: apiwat-chantawibul <billiska@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-07-12 00:53:16 -07:00 committed by GitHub
parent 53fd0cb5ae
commit 4f53d1d6c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,8 +21,8 @@ apiVersion: v1
kind: Pod kind: Pod
metadata: metadata:
name: example-app name: example-app
labels: labels:
app: example-app app: example-app
spec: spec:
containers: containers:
- name: example-app - name: example-app