Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Fix serviceAccount for APM server #786

Merged
merged 1 commit into from
Aug 27, 2020

Commits on Aug 27, 2020

  1. Why

    ----
    - In the current Helm chart for `apm-server`, serviceAccount for the
    Deployment is only set when `serviceAccount` is set in `values.yaml`.
    However, it is wrong. `serviceAccount` should always be set because even
    when no `serviceAccount` is set in `values.yaml`, a managed one is still
    created.
    
    What
    ----
    - Always set `serviceAccount` for apm-server Deployment to the template
    apm.serviceAccount defined in `_helpers.tpl`
    caiconkhicon committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    8b6a904 View commit details
    Browse the repository at this point in the history