about the using of the serviceAccount field #2167
-
i am using the kubernetes-maven-plugin v1.12.0. It said "If you don’t want to generate ServiceAccount but just use an existing ServiceAccount in your Deployment. You can configure it via serviceAccount field in resource configuration" in the doc; here is my resouces xml config:
and here is my deployment resource yml, i can not find the serviceAccountName config in it, so plz tell me why and what should i do ? tks apiVersion: apps/v1 ` |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
@maodia : Could you please edit your configuration again? Somehow it's not rendered correctly. |
Beta Was this translation helpful? Give feedback.
-
Looks related to #1758 . Are you using |
Beta Was this translation helpful? Give feedback.
-
thank you. i tried the v1.13.1 and i am sure the problem has been fixed. |
Beta Was this translation helpful? Give feedback.
Looks related to #1758 . Are you using
deployment.yaml
fragment in your application or relying on jkube defaults?