set ns
This commit is contained in:
parent
05d219cd30
commit
0b0b1ceb37
@ -1,6 +1,6 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
resources:
|
||||
- namespace/namespace.yaml
|
||||
- serviceaccount/service-account.yaml
|
||||
|
@ -1,4 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: tekton
|
||||
name: tekton-pipelines
|
||||
|
@ -19,7 +19,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: imagebuild-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-portal-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
@ -73,7 +73,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-hydra-dispatcher-theme-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
@ -126,7 +126,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-hydra-sql-theme-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
@ -179,7 +179,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-job-base-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
@ -232,7 +232,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-mock-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
@ -285,7 +285,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-ines-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
@ -338,7 +338,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: msebuild-shibboleth-sp-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
|
@ -15,7 +15,7 @@ spec:
|
||||
kind: PipelineRun
|
||||
metadata:
|
||||
generateName: symfonycheck-run-
|
||||
namespace: tekton
|
||||
namespace: tekton-pipelines
|
||||
spec:
|
||||
serviceAccountName: build-bot
|
||||
pipelineRef:
|
||||
|
@ -2,7 +2,7 @@ apiVersion: skaffold/v3
|
||||
kind: Config
|
||||
|
||||
metadata:
|
||||
name: tekton
|
||||
name: tekton-pipelines
|
||||
|
||||
manifests:
|
||||
kustomize:
|
||||
|
Loading…
x
Reference in New Issue
Block a user