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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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.
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
The text was updated successfully, but these errors were encountered: