For debugging purposes, we need easy ability to find out if cluster in question has pullsecret set or not.
This could be either metric or redacted admin mode:
if len(oc.Properties.ClusterProfile.PullSecret) > 0 {
out.Properties.ClusterProfile.PullSecret = "##REDACTED##"
}