Skip to content

Commit

Permalink
Fix panic on SSO Keycloak conversion (#1384)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan West <[email protected]>
  • Loading branch information
jgwest authored May 28, 2024
1 parent 0225dc5 commit cc67ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/argocd_conversion.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (src *ArgoCD) ConvertTo(dstRaw conversion.Hub) error {
sso.Keycloak.Version = src.Spec.SSO.Version
sso.Keycloak.VerifyTLS = src.Spec.SSO.VerifyTLS
sso.Keycloak.Resources = src.Spec.SSO.Resources
sso.Keycloak.Host = src.Spec.SSO.Keycloak.Host

}
}

Expand Down

0 comments on commit cc67ce1

Please sign in to comment.