chore(helm): add missing SPDX header to gateway-config template#1545
Conversation
|
This directory is explicitly bypassed in .@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>
|
i v removed the exclusion from scripts/update_license_headers.py so the helm templates dir is covered uniformly going forward. |
|
/ok to test c41b990 |
Adds the missing SPDX copyright and license header to
deploy/helm/openshell/templates/gateway-config.yamlEvery other file in
deploy/helm/openshell/templates/already has this header. This was the only file missing it.