Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
ef827b2c69
commit
e507515766
43 changed files with 895 additions and 128 deletions
11
apps/tekton/namespace.yaml
Normal file
11
apps/tekton/namespace.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cicd
|
||||
labels:
|
||||
app.kubernetes.io/name: cicd
|
||||
app.kubernetes.io/part-of: tekton
|
||||
app.kubernetes.io/managed-by: argocd
|
||||
policy.home.arpa/allow-root: "true"
|
||||
policy.home.arpa/allow-latest-tag: "true"
|
||||
policy.home.arpa/allow-any-capabilities: "true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue