| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Same change as hive-operator#742:
- the Deployment and the ServiceAccount both resolve their name through
operator.serviceAccountName instead of hardcoding <fullname>-serviceaccount,
which is what makes .Values.serviceAccount.name take effect at all
- with create=false the helper used to fall back to "default", giving a pod
without the operator's ClusterRole; it now requires serviceAccount.name
| Back | FazBrowse Home | New Git URL |
Ports stackabletech/hive-operator#742 into the template.
This should not be rolled out before stackabletech/listener-operator#418 and stackabletech/secret-operator#736 are merged.
Release Notes
Helm: Previously serviceAccount.create would result in a broken deployment, this is now fixed and the value can be used to decide whether a ServiceAccount is created or not