Some checks are pending
Pipelines as Code CI / homelab-ci CI has Started
Signed-off-by: gwg313 <gwg313@pm.me>
11 lines
314 B
YAML
11 lines
314 B
YAML
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"
|