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 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
namespace: tekton namespace: tekton-pipelines
resources: resources:
- namespace/namespace.yaml - namespace/namespace.yaml
- serviceaccount/service-account.yaml - serviceaccount/service-account.yaml

View File

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

View File

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

View File

@ -20,7 +20,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-portal-run- generateName: msebuild-portal-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:
@ -73,7 +73,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-hydra-dispatcher-theme-run- generateName: msebuild-hydra-dispatcher-theme-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:
@ -126,7 +126,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-hydra-sql-theme-run- generateName: msebuild-hydra-sql-theme-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:
@ -179,7 +179,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-job-base-run- generateName: msebuild-job-base-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:
@ -232,7 +232,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-mock-run- generateName: msebuild-mock-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:
@ -285,7 +285,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-ines-run- generateName: msebuild-ines-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:
@ -338,7 +338,7 @@ spec:
kind: PipelineRun kind: PipelineRun
metadata: metadata:
generateName: msebuild-shibboleth-sp-run- generateName: msebuild-shibboleth-sp-run-
namespace: tekton namespace: tekton-pipelines
spec: spec:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineRef: pipelineRef:

View File

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

View File

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