mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-18 16:25:16 +01:00
property use_internal_addr can not be updated
- pick up `use_internal_addr` in the update API Signed-off-by: Steven Zou <szou@vmware.com>
This commit is contained in:
parent
28ee5f7d43
commit
9d0263fc9a
@ -329,4 +329,5 @@ func getChanges(e *scanner.Registration, eChange *scanner.Registration) {
|
||||
e.AccessCredential = eChange.AccessCredential
|
||||
e.Disabled = eChange.Disabled
|
||||
e.SkipCertVerify = eChange.SkipCertVerify
|
||||
e.UseInternalAddr = eChange.UseInternalAddr
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user