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

Add GHA workflow to lint helm chart, and fix a bug in the chart #262

Merged
merged 2 commits into from
May 18, 2023

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    bf1b9dd View commit details
    Browse the repository at this point in the history
  2. fix: Quote ClusterRole apiGroups values in helm Chart

    Valid apiGroup values, e.g. '*.mygroup.example.com', must be quoted in
    the template.
    
    Before this change, helm lint failed with this error:
    
    [ERROR] templates/clusterrole.yaml: unable to parse YAML: error
    converting YAML to JSON: yaml: line 92: did not find expected alphabetic
    or numeric character
    dlipovetsky committed May 18, 2023
    Configuration menu
    Copy the full SHA
    d331498 View commit details
    Browse the repository at this point in the history