[ja] Fix indentation of example code in Secret doc

pull/44656/head
Yutaro Taira 2024-01-07 14:04:27 +09:00 committed by Yutaro Taira
parent ada9a60804
commit c4e386e05e
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ apiVersion: v1
kind: Secret
name: secret-dockercfg
type: kubernetes.io/dockercfg
data:
data:
.dockercfg: |
"<base64 encoded ~/.dockercfg file>"
```