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

Fixed syntax for "and" conditions #2869

Merged
merged 3 commits into from
Jul 7, 2020
Merged

Commits on Jul 6, 2020

  1. Fixed syntax for "and" conditions

    Fixes a deployment error.
    
    ```
    <(.Values.monitor.create) and (.Values.monitor.grafana.create)>: can't give argument to non-function .Values.monitor.create
    ```
    
    We have confirmed that both helm2[1] and helm3[2] work.
    
    [1]: https://v2.helm.sh/docs/chart_template_guide/#operators-are-functions
    [2]: https://helm.sh/docs/chart_template_guide/function_list/#and
    8398a7 committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    66bcd08 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    957091e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba87a1 View commit details
    Browse the repository at this point in the history