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

docs: fix Helm documentation and doc checks #16737

Merged
merged 2 commits into from
Jul 1, 2021

Commits on Jul 1, 2021

  1. docs: update Helm documentation

    Fix Helm documentation after a recent update of the Helm values. Update
    the spelling file accordingly.
    
    Fixes: 792ed5a ("daemon: rename native-routing-cidr option to ipv4-native-routing-cidr")
    Fixes: cilium#16646
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    fa560a0 View commit details
    Browse the repository at this point in the history
  2. fix condition for running documentation GitHub action on Helm updates

    A spurious slash at the end of the pattern for files to watch for changes
    in the description of the GitHub workflow prevented the action to run
    on all changes of the Helm values. Fix it.
    
    Fixes: 4e5272b ("docs: run GitHub action when Charts are touched to check Helm values ref")
    Fixes: cilium#16577
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    8c848bc View commit details
    Browse the repository at this point in the history