Skip to content

Commit 634f4db

Browse files
add namespace
1 parent edb8bcc commit 634f4db

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

clusters/argo-svc.dd.soeren.cloud/k8s-infra/tekton/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
- ../../../../infra/tekton-operator
6+
- namespace.yaml
7+
namespace: tekton
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
apiVersion: v1
3+
kind: Namespace
4+
metadata:
5+
name: tekton

0 commit comments

Comments
 (0)