-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since v1.11.0, <serviceAccount>
configuration option has stopped working. ServiceAccount reference was removed from PodTemplateHandler in https://github.com/eclipse/jkube/pull/1969
#2187
Comments
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
May 31, 2023
… generated controller (eclipse-jkube#2187) Signed-off-by: Rohan Kumar <[email protected]>
17 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
May 31, 2023
… generated controller (eclipse-jkube#2187) Signed-off-by: Rohan Kumar <[email protected]>
manusa
pushed a commit
that referenced
this issue
May 31, 2023
… generated controller (#2187) Signed-off-by: Rohan Kumar <[email protected]>
17 tasks
17 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jun 1, 2023
…ount` configuration option (eclipse-jkube#2187) ServiceAccountEnricher used to only handle `serviceAccounts` resource configuration option. `serviceAccount` used to be used by PodTemplateHandler while generating opinionated controllers. Add a case for handling `serviceAccount` in ServiceAccountEnricher Signed-off-by: Rohan Kumar <[email protected]>
17 tasks
rohanKanojia
added a commit
to rohanKanojia/jkube
that referenced
this issue
Jun 1, 2023
…ount` configuration option (eclipse-jkube#2187) ServiceAccountEnricher used to only handle `serviceAccounts` resource configuration option. `serviceAccount` used to be used by PodTemplateHandler while generating opinionated controllers. Add a case for handling `serviceAccount` in ServiceAccountEnricher Signed-off-by: Rohan Kumar <[email protected]>
manusa
pushed a commit
that referenced
this issue
Jun 2, 2023
…ount` configuration option (#2187) ServiceAccountEnricher used to only handle `serviceAccounts` resource configuration option. `serviceAccount` used to be used by PodTemplateHandler while generating opinionated controllers. Add a case for handling `serviceAccount` in ServiceAccountEnricher Signed-off-by: Rohan Kumar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before v1.11.0, it used to work for zero configuration mode but not when user provides a deployment fragment.
#1969
Originally posted by @rohanKanojia in #1758 (comment)
The text was updated successfully, but these errors were encountered: