You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was observed by @lordofthejars, whenever we need to add a ServiceAccount using Eclipse JKube. We need to add the ServiceAccount fragment in src/main/jkube and then add XML configuration to set this ServiceAccount in Deployment:
However, since Eclipse JKube does most of the stuff opinionated way. It would be nice if JKube could configure ServiceAccount automatically in generated Deployment when only one ServiceAccount fragment is detected.
Info
Eclipse JKube version : all versions
If it's a feature request, what is your use case : Autoconfigure Deployment .spec.template.spec.serviceAccountName whenever a ServiceAccount is present while processing resource fragments.
The text was updated successfully, but these errors were encountered:
Description
This was observed by @lordofthejars, whenever we need to add a ServiceAccount using Eclipse JKube. We need to add the ServiceAccount fragment in
src/main/jkube
and then add XML configuration to set this ServiceAccount in Deployment:However, since Eclipse JKube does most of the stuff opinionated way. It would be nice if JKube could configure ServiceAccount automatically in generated Deployment when only one ServiceAccount fragment is detected.
Info
Eclipse JKube version : all versions
If it's a feature request, what is your use case : Autoconfigure Deployment
.spec.template.spec.serviceAccountName
whenever a ServiceAccount is present while processing resource fragments.The text was updated successfully, but these errors were encountered: