We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8394fef commit c343e42Copy full SHA for c343e42
1 file changed
docs/docs/configuration/config.yaml.md
@@ -123,10 +123,10 @@ This section of the config defines a map of image registries. Use this only if y
123
ImageRegistry:
124
- `url` *string* the url of the registry (format: myregistry.com:port)
125
- `insecure` *bool* flag to allow pushing to registries without HTTPS
126
-- `user` *RegistryUser* credentials for pushing to / pulling from the registry
+- `auth` *RegistryAuth* credentials for pushing to / pulling from the registry
127
128
-### registries[].user
129
-RegistryUser:
+### registries[].auth
+RegistryAuth:
130
- `username` *string* the user that should be used for pushing and pulling from the registry
131
- `password` *string* the password should be used for pushing and pulling from the registry
132
0 commit comments