From 796b494cd786f12bf395373c007f2d7c5a808959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Tue, 23 Apr 2024 16:10:42 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-activate.yaml | 2 +- share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-create.yaml | 2 +- share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-delete.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-activate.yaml b/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-activate.yaml index 5cca7f3..b6dae40 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-activate.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-activate.yaml @@ -64,7 +64,7 @@ spec: name: templates volumes: - name: templates - configmap: + configMap: name: auto-cd-templates workspaces: - name: source diff --git a/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-create.yaml b/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-create.yaml index b71cba7..ae1c468 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-create.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-create.yaml @@ -63,7 +63,7 @@ spec: name: templates volumes: - name: templates - configmap: + configMap: name: auto-cd-templates workspaces: - name: source diff --git a/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-delete.yaml b/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-delete.yaml index 445f28c..3ee2d70 100644 --- a/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-delete.yaml +++ b/share/gitea-tekton-org/tekton.dev_v1_Task_auto-cd-delete.yaml @@ -62,7 +62,7 @@ spec: name: templates volumes: - name: templates - configmap: + configMap: name: auto-cd-templates workspaces: - name: source