Skip to content

Commit bd1325c

Browse files
committed
Use spaces instead of tabs in readme
1 parent 9681e70 commit bd1325c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

examples/kaniko/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ kind: Secret
4141
data:
4242
# .dockerconfigjson encoded in base64 e.g.:
4343
# {
44-
# "auths": {
45-
# "myRegistryUrl": {
46-
# "auth": "base64Encoded(user:password/token)",
47-
# "email": "myemail@test.de"
48-
# }
49-
# }
50-
# }
44+
# "auths": {
45+
# "myRegistryUrl": {
46+
# "auth": "base64Encoded(user:password/token)",
47+
# "email": "myemail@test.de"
48+
# }
49+
# }
50+
# }
5151
.dockerconfigjson: BASE64EncodedDockerConfigJson
5252
```
5353

0 commit comments

Comments
 (0)