Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): fixed memcached and provisioner templates #13788

Merged
merged 1 commit into from
Aug 7, 2024

Commits on Aug 7, 2024

  1. fix(helm): fixed memcached and provisioner templates to follow the sa…

    …me patter of specifying imagePullSecrets in the same way as the majority of the components have. Otherwise, it's make it impossible to specify image pull secrets in all the components at the same time because they are incompatible.
    
    Previously only components expected to have image pull secrets specified in the way:
    ```yaml
    imagePullSecrets:
      - name: pull-secret
    ```
    but provisioner and memcached expected to have the format:
    ```yaml
    imagePullSecrets:
      - pull-secret
    ```
    
    Signed-off-by: Vladyslav Diachenko <vlad.diachenko@grafana.com>
    vlad-diachenko committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1cdd3b9 View commit details
    Browse the repository at this point in the history