This commit is contained in:
Matthieu Lamalle 2025-03-12 14:01:38 +01:00
parent 05d219cd30
commit 0b0b1ceb37
6 changed files with 12 additions and 12 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: tekton
name: tekton-pipelines

View File

@ -19,7 +19,7 @@ spec:
kind: PipelineRun
metadata:
generateName: imagebuild-run-
namespace: tekton
namespace: tekton-pipelines
spec:
serviceAccountName: build-bot
pipelineRef:

View File

@ -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:

View File

@ -15,7 +15,7 @@ spec:
kind: PipelineRun
metadata:
generateName: symfonycheck-run-
namespace: tekton
namespace: tekton-pipelines
spec:
serviceAccountName: build-bot
pipelineRef:

View File

@ -2,7 +2,7 @@ apiVersion: skaffold/v3
kind: Config
metadata:
name: tekton
name: tekton-pipelines
manifests:
kustomize: