Skip to content

Commit cc67ce1

Browse files
authored
Fix panic on SSO Keycloak conversion (#1384)
Signed-off-by: Jonathan West <[email protected]>
1 parent 0225dc5 commit cc67ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1alpha1/argocd_conversion.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (src *ArgoCD) ConvertTo(dstRaw conversion.Hub) error {
3636
sso.Keycloak.Version = src.Spec.SSO.Version
3737
sso.Keycloak.VerifyTLS = src.Spec.SSO.VerifyTLS
3838
sso.Keycloak.Resources = src.Spec.SSO.Resources
39-
sso.Keycloak.Host = src.Spec.SSO.Keycloak.Host
39+
4040
}
4141
}
4242

0 commit comments

Comments
 (0)