Skip to content

Commit 4811383

Browse files
chore: e2e Test for resources deployed by overcommit operator (#3)
* chore: reorganize annotations in REUSE.toml for clarity * chore: add e2e test for resources deployed by the Overcommit Controller * chore: add SPDX license headers to 00-assert.yaml
1 parent 23a6d66 commit 4811383

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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
5+
6+
apiVersion: apps/v1
7+
kind: Deployment
8+
metadata:
9+
name: k8s-overcommit-operator
10+
namespace: k8s-overcommit
11+
---
12+
apiVersion: apps/v1
13+
kind: Deployment
14+
metadata:
15+
name: k8s-overcommit-pod-validating-webhook
16+
namespace: k8s-overcommit
17+
---
18+
apiVersion: apps/v1
19+
kind: Deployment
20+
metadata:
21+
name: k8s-overcommit-class-validating-webhook
22+
namespace: k8s-overcommit
23+
---
24+
apiVersion: cert-manager.io/v1
25+
kind: Issuer
26+
metadata:
27+
name: k8s-overcommit-issuer
28+
namespace: k8s-overcommit
29+
spec:
30+
selfSigned: {}

0 commit comments

Comments
 (0)