Fix indent in YAML for example pod (#11598)

This commit is contained in:
apiwat-chantawibul 2024-07-12 14:47:03 +07:00 committed by GitHub
parent cee3fb3b13
commit 60bb8b351c
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