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

[elasticsearch] fix secrets names in examples #811

Merged
merged 1 commit into from
Sep 16, 2020

Commits on Sep 16, 2020

  1. [elasticsearch] fix secrets names in examples

    Kubernetes doesn't accept `_` characters in resources names.
    This commit fix the secrets names in the examples we provide by
    replacing `_` by `-`which Kubernetes is accepting.
    
    Source: helm/helm#6477
    jmlrt committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    e2c4a4b View commit details
    Browse the repository at this point in the history