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
Quarkus 3.4.1 (using the quickstart with kubernetes and flyway set)
When I set quarkus.kubernetes.service-account=my-service-account
in my application.properties the generated build/kubernetes/kubernetes.yml file does not generate the expected result.
It ignores the my-service-account and just uses the project name in the places where the service account should be set.
Expected behavior
Specifically, the build/kubernetes/kubernetes.yml deployment's serviceAccountName field should be my-service-account
serviceAccountName: my-service-account
and the view-job role binding should be bound to my-service-account.
Describe the bug
Quarkus 3.4.1 (using the quickstart with kubernetes and flyway set)
When I set
quarkus.kubernetes.service-account=my-service-account
in my
application.properties
the generatedbuild/kubernetes/kubernetes.yml
file does not generate the expected result.It ignores the
my-service-account
and just uses the project name in the places where the service account should be set.Expected behavior
Specifically, the
build/kubernetes/kubernetes.yml
deployment'sserviceAccountName
field should bemy-service-account
and the
view-job
role binding should be bound tomy-service-account
.It should not create a serviceaccount for
code-with-quarkus
which is not necessary.Actual behavior
It is ignoring the config and just using the project name as the service account
How to Reproduce?
quarkus.kubernetes.service-account=my-service-account
build/kubernetes/kubernetes.yml
fileOutput of
uname -a
orver
Darwin xxx 22.6.0 Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:56 PDT 2023; root:xnu-8796.141.3~6/RELEASE_X86_64 x86_64
Output of
java -version
11
GraalVM version (if different from Java)
No response
Quarkus version or git rev
3.4.1
Build tool (ie. output of
mvnw --version
orgradlew --version
)gradle 8.1.1
Additional information
No response
The text was updated successfully, but these errors were encountered: