Skip to content

[prometheus-smartctl-exporter] use serviceAccountName helper function where service account is referenced#6900

Merged
zeritti merged 1 commit into
prometheus-community:mainfrom
benhwebster:use-serviceaccount-name-function
May 14, 2026
Merged

[prometheus-smartctl-exporter] use serviceAccountName helper function where service account is referenced#6900
zeritti merged 1 commit into
prometheus-community:mainfrom
benhwebster:use-serviceaccount-name-function

Conversation

@benhwebster

@benhwebster benhwebster commented May 9, 2026

Copy link
Copy Markdown
Contributor

What this PR does / why we need it

When setting a service account name, resources such as the daemonset and rolebinding do not utilize it, causing problems as the chart creates the service account with the set name, but the daemonset and rolebinding continue to use the hardcoded default of the chart fullname which does not exist.

Which issue this PR fixes

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

…referenced

Signed-off-by: Ben Webster <benhwebster@gmail.com>

@zeritti zeritti left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @benhwebster, for your PR, LGTM.

@zeritti zeritti merged commit 2e9162f into prometheus-community:main May 14, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[prometheus-smartctl-exporter] Setting service account name does not extend to resources when using non default names

2 participants