keycloak / keycloak-operator

ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak
Apache License 2.0
429 stars 283 forks source link

RH-SSO Deployment doesn't reflect serviceAccountName #570

Closed vmuzikar closed 2 years ago

vmuzikar commented 2 years ago

Closes #569

vmuzikar commented 2 years ago

Also sneaked in a few fixes for serviceAccoutName as well.

  1. serviceAccoutName is now reconciled, not just used at STS creation.
  2. We don't assume the default serviceAccoutName at all. We just pass the empty string if not set in CR which is the default for the K8s client.