diff --git a/kustomization/base/tekton/kustomization.yaml b/kustomization/base/tekton/kustomization.yaml index f3a261e..ab0564b 100644 --- a/kustomization/base/tekton/kustomization.yaml +++ b/kustomization/base/tekton/kustomization.yaml @@ -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 diff --git a/kustomization/base/tekton/namespace/namespace.yaml b/kustomization/base/tekton/namespace/namespace.yaml index 3a3a509..5439a25 100644 --- a/kustomization/base/tekton/namespace/namespace.yaml +++ b/kustomization/base/tekton/namespace/namespace.yaml @@ -1,4 +1,4 @@ apiVersion: v1 kind: Namespace metadata: - name: tekton + name: tekton-pipelines diff --git a/kustomization/base/tekton/trigger/imagebuild-template.yaml b/kustomization/base/tekton/trigger/imagebuild-template.yaml index 73736f5..84568b1 100644 --- a/kustomization/base/tekton/trigger/imagebuild-template.yaml +++ b/kustomization/base/tekton/trigger/imagebuild-template.yaml @@ -19,7 +19,7 @@ spec: kind: PipelineRun metadata: generateName: imagebuild-run- - namespace: tekton + namespace: tekton-pipelines spec: serviceAccountName: build-bot pipelineRef: diff --git a/kustomization/base/tekton/trigger/msebuild-template.yaml b/kustomization/base/tekton/trigger/msebuild-template.yaml index 55dd45e..7bde0d8 100644 --- a/kustomization/base/tekton/trigger/msebuild-template.yaml +++ b/kustomization/base/tekton/trigger/msebuild-template.yaml @@ -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: diff --git a/kustomization/base/tekton/trigger/symfonycheck-template.yaml b/kustomization/base/tekton/trigger/symfonycheck-template.yaml index a0c280f..93c291f 100644 --- a/kustomization/base/tekton/trigger/symfonycheck-template.yaml +++ b/kustomization/base/tekton/trigger/symfonycheck-template.yaml @@ -15,7 +15,7 @@ spec: kind: PipelineRun metadata: generateName: symfonycheck-run- - namespace: tekton + namespace: tekton-pipelines spec: serviceAccountName: build-bot pipelineRef: diff --git a/skaffold.yaml b/skaffold.yaml index aff61bf..74531d3 100644 --- a/skaffold.yaml +++ b/skaffold.yaml @@ -2,7 +2,7 @@ apiVersion: skaffold/v3 kind: Config metadata: - name: tekton + name: tekton-pipelines manifests: kustomize: