Skip to content

chore(helm): add missing SPDX header to gateway-config template#1545

Open
mesutoezdil wants to merge 2 commits into
NVIDIA:mainfrom
mesutoezdil:fix/spdx-gateway-config
Open

chore(helm): add missing SPDX header to gateway-config template#1545
mesutoezdil wants to merge 2 commits into
NVIDIA:mainfrom
mesutoezdil:fix/spdx-gateway-config

Conversation

@mesutoezdil
Copy link
Copy Markdown
Contributor

@mesutoezdil mesutoezdil commented May 23, 2026

Adds the missing SPDX copyright and license header to deploy/helm/openshell/templates/gateway-config.yaml

Every other file in deploy/helm/openshell/templates/ already has this header. This was the only file missing it.

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented May 23, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@johntmyers
Copy link
Copy Markdown
Collaborator

This directory is explicitly bypassed in

"deploy/helm/openshell/templates",
.

@TaylorMutch any ideas why? We shouldn't be doing one off PRs to add headers, this is why we have a script for it. So we should either include this directory or not worry about it.

@TaylorMutch
Copy link
Copy Markdown
Collaborator

This directory is explicitly bypassed in

"deploy/helm/openshell/templates",
.

@TaylorMutch any ideas why? We shouldn't be doing one off PRs to add headers, this is why we have a script for it. So we should either include this directory or not worry about it.

I don't have any memory adding the ignore there. I think we can remove the exclusion and have the headers added uniformly.

The bypass had no known rationale. Removing it ensures the header
script covers deploy/helm/openshell/templates uniformly going forward.

Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
@mesutoezdil
Copy link
Copy Markdown
Contributor Author

i v removed the exclusion from scripts/update_license_headers.py so the helm templates dir is covered uniformly going forward.
and all 13 template files now have headers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants