From f17dea5dff3a878f7b93f39a3751af80967ebd84 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Thu, 18 Feb 2021 22:16:12 +0100 Subject: [PATCH] mosquitto in tekton --- ...tekton-image-build-mariadb-prometheus-exporter.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/mariadb/tekton-image-build-mariadb-prometheus-exporter.yaml b/apps/mariadb/tekton-image-build-mariadb-prometheus-exporter.yaml index 85753ac..2588c45 100644 --- a/apps/mariadb/tekton-image-build-mariadb-prometheus-exporter.yaml +++ b/apps/mariadb/tekton-image-build-mariadb-prometheus-exporter.yaml @@ -30,10 +30,10 @@ spec: params: - name: pathToDockerFile type: string - default: $(resources.inputs.source.path)/apps/mariadb/mariadb-prometheus-exporter/Dockerfile + default: $(resources.inputs.source.path)/apps/mariadb/mariadb-prometheus/Dockerfile - name: pathToContext type: string - default: $(resources.inputs.source.path)/apps/mariadb/mariadb + default: $(resources.inputs.source.path)/apps/mariadb/mariadb-prometheus resources: inputs: - name: source @@ -55,11 +55,11 @@ spec: apiVersion: tekton.dev/v1beta1 kind: TaskRun metadata: - name: img-mariadb-taskrun + name: img-mariadb-prometheus-exporter-taskrun spec: #serviceAccountName: dockerhub-service taskRef: - name: build-mariadb + name: build-mariadb-prometheus-exporter params: - name: pathToDockerFile value: Dockerfile @@ -71,6 +71,6 @@ spec: outputs: - name: builtImage resourceRef: - name: img-mariadb + name: img-mariadb-prometheus-exporter \ No newline at end of file