You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
chhabriv
changed the title
harbor_config_system to accept default storage quota per project
harbor_config_system to accept global storage quota per project
Aug 10, 2023
This PR implement the option to set default storage quotas for the
projects.
This fixes#359
---------
Signed-off-by: David Berndtsson <david.berndtsson@gmail.com>
Signed-off-by: Florian Blampey <flbla@users.noreply.github.com>
Co-authored-by: Florian Blampey <flbla@users.noreply.github.com>
Harbor has a configuration to set the default quota space per project:
This field appears to be present in the Model
ConfigBodySystemPost
https://github.com/goharbor/terraform-provider-harbor/blob/main/models/config.go#L51 but is not in the harbor_config_system or set in the request to harbor: https://github.com/goharbor/terraform-provider-harbor/blob/main/client/config.go#L13The text was updated successfully, but these errors were encountered: