Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

ServiceAccount Template not generating #391

Open
amukherjeeupgrade opened this issue Feb 22, 2023 · 0 comments
Open

ServiceAccount Template not generating #391

amukherjeeupgrade opened this issue Feb 22, 2023 · 0 comments

Comments

@amukherjeeupgrade
Copy link
Contributor

When trying to disable the creation of the ClusterRoles/RoleBindings and the ServiceAccount by setting the value serviceAccount.create to false it's not creating serviceAccountName. However, it's creating the reference to the serviceAccountName. Basically in Deployment template we see serviceAccountName: keptn-prometheus-service. However, it’s not creating any ServiceAccount Template. We are missing this block.

# Source: prometheus-service/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount metadata: name: keptn-prometheus-service labels: helm.sh/chart: prometheus-service-0.9.1 app.kubernetes.io/name: prometheus-service app.kubernetes.io/instance: prometheus-service app.kubernetes.io/version: "0.9.1" app.kubernetes.io/managed-by: Helm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant