Skip to content

Commit c343e42

Browse files
committed
Fix documentation
1 parent 8394fef commit c343e42

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/configuration/config.yaml.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ This section of the config defines a map of image registries. Use this only if y
123123
ImageRegistry:
124124
- `url` *string* the url of the registry (format: myregistry.com:port)
125125
- `insecure` *bool* flag to allow pushing to registries without HTTPS
126-
- `user` *RegistryUser* credentials for pushing to / pulling from the registry
126+
- `auth` *RegistryAuth* credentials for pushing to / pulling from the registry
127127

128-
### registries[].user
129-
RegistryUser:
128+
### registries[].auth
129+
RegistryAuth:
130130
- `username` *string* the user that should be used for pushing and pulling from the registry
131131
- `password` *string* the password should be used for pushing and pulling from the registry
132132

0 commit comments

Comments
 (0)