Skip to content

Commit 863d2a2

Browse files
authored
chore(helm): add missing SPDX header to gateway-config template (#1545)
* chore(helm): add missing SPDX header to gateway-config template * chore(scripts): remove helm templates from license header exclusions 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> --------- Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
1 parent 5c3a1f7 commit 863d2a2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deploy/helm/openshell/templates/gateway-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
13
{{/*
24
ConfigMap holding the gateway TOML config file (RFC 0003).
35

scripts/update_license_headers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
".git",
5656
".cache",
5757
"python/openshell/_proto",
58-
"deploy/helm/openshell/templates",
5958
}
6059

6160
# Individual filenames to skip.

0 commit comments

Comments
 (0)