Skip to content

Commit ddbc011

Browse files
committed
chore: add SPDX license headers to YAML files and ensure newline at end of file
1 parent 595e015 commit ddbc011

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

test/e2e/kuttl/1-08_validate_tolerations_nodeSelector/00-assert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ spec:
2020
tolerations:
2121
- key: "example-key"
2222
operator: "Equal"
23-
value: "example-value"
23+
value: "example-value"

test/e2e/kuttl/1-08_validate_tolerations_nodeSelector/00-setup.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
2+
# SPDX-FileContributor: enriqueavi@inditex.com
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
15
apiVersion: overcommit.inditex.dev/v1alphav1
26
kind: OvercommitClass
37
metadata:
@@ -16,4 +20,4 @@ spec:
1620
tolerations:
1721
- key: "example-key"
1822
operator: "Equal"
19-
value: "example-value"
23+
value: "example-value"

test/e2e/kuttl/1-08_validate_tolerations_nodeSelector/01-setup.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2025 2025 INDUSTRIA DE DISEÑO TEXTIL S.A. (INDITEX S.A.)
2+
# SPDX-FileContributor: enriqueavi@inditex.com
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
15
apiVersion: overcommit.inditex.dev/v1alphav1
26
kind: OvercommitClass
37
metadata:
@@ -8,4 +12,4 @@ spec:
812
isDefault: false
913
excludedNamespaces: ".*(^(openshift|k8s-overcommit|kube).*).*"
1014
nodeSelector: {}
11-
tolerations: []
15+
tolerations: []

0 commit comments

Comments
 (0)