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

.gitattributes: Mark install/kubernetes/cilium/values.yaml as generated #24007

Merged
merged 1 commit into from
Feb 24, 2023

Commits on Feb 24, 2023

  1. .gitattributes: Mark install/kubernetes/cilium/values.yaml as generated

    Since commit 11333b2 ("install: Templatize image repositories and
    tags"), we've been using install/kubernetes/cilium/values.yaml.tmpl as a
    template to generate .../values.yaml, which should no longer be edited
    by hand. Pull Requests on GitHub usually display changes on the two
    files, but what we want instead is to see only the diff for the template
    (the CI should ensure that both files are in a consistent state).
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2ccc33f View commit details
    Browse the repository at this point in the history