From e5427ad5d5b7d10c1fd765904994693119fb9930 Mon Sep 17 00:00:00 2001 From: Nico Koprowski Date: Thu, 4 May 2023 15:15:56 +0200 Subject: [PATCH] fix(helm): add license headers to ingress template files updates eclipse-tractusx/bpdm#113 --- charts/gate/templates/ingress.yaml | 19 +++++++++++++++++++ charts/pool/templates/ingress.yaml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/charts/gate/templates/ingress.yaml b/charts/gate/templates/ingress.yaml index 9cf69d33a..b436cebc4 100644 --- a/charts/gate/templates/ingress.yaml +++ b/charts/gate/templates/ingress.yaml @@ -1,3 +1,22 @@ +################################################################################ +# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0. +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################ + {{- if .Values.ingress.enabled -}} {{- $fullName := include "bpdm.fullname" . -}} {{- $svcPort := .Values.service.port -}} diff --git a/charts/pool/templates/ingress.yaml b/charts/pool/templates/ingress.yaml index 9cf69d33a..b436cebc4 100644 --- a/charts/pool/templates/ingress.yaml +++ b/charts/pool/templates/ingress.yaml @@ -1,3 +1,22 @@ +################################################################################ +# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://www.apache.org/licenses/LICENSE-2.0. +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################ + {{- if .Values.ingress.enabled -}} {{- $fullName := include "bpdm.fullname" . -}} {{- $svcPort := .Values.service.port -}}