diff --git a/infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines/tekton.yaml b/infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines/tekton.yaml index 03805579..82de8f19 100644 --- a/infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines/tekton.yaml +++ b/infrastructure/k8s-config/clusters/kit-infrastructure/tekton-pipelines/tekton.yaml @@ -79,18 +79,6 @@ spec: data: default-task-run-workspace-binding: | emptyDir: {} - - target: - kind: Service - name: tekton-dashboard - namespace: tekton-pipelines - patch: |- - apiVersion: v1 - kind: Service - metadata: - name: tekton-dashboard - namespace: tekton-pipelines - spec: - type: NodePort --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization @@ -167,3 +155,15 @@ spec: tolerations: - key: CriticalAddonsOnly operator: Exists + - target: + kind: Service + name: tekton-dashboard + namespace: tekton-pipelines + patch: |- + apiVersion: v1 + kind: Service + metadata: + name: tekton-dashboard + namespace: tekton-pipelines + spec: + type: NodePort