displayName does not seem to work:
apiVersion: basic.authn.krateo.io/v1alpha1
kind: User
metadata:
name: redi
namespace: krateo-system
spec:
displayName: DisplayName
avatarURL: https://i.pravatar.cc/256?img=25
groups:
- admins
passwordRef:
namespace: krateo-system
name: redi-password
key: password
It looks as though displayName is ignored and the acutal name displayed is the capitalized name of the User CR
displayNamedoes not seem to work:It looks as though
displayNameis ignored and the acutal name displayed is the capitalized name of the User CR