From 320b8227ceb3ff8fd81b3d73ad57d263c5442e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Huss?= Date: Mon, 22 Apr 2024 13:43:13 +0200 Subject: [PATCH] fix --- share/gitea-tekton-org/auto-ci.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/gitea-tekton-org/auto-ci.tf b/share/gitea-tekton-org/auto-ci.tf index 68528f3..f378e47 100644 --- a/share/gitea-tekton-org/auto-ci.tf +++ b/share/gitea-tekton-org/auto-ci.tf @@ -94,14 +94,14 @@ resource "kubectl_manifest" "ci-trigger-push" { secret: secretName: gitea-docker items: - - key: "ca.crt" - path: "ca.crt" + - key: ".dockerconfigjson" + path: "config.json" - name: sslcertdir secret: secretName: gitea items: - - key: ".dockerconfigjson" - path: "config.json" + - key: "ca.crt" + path: "ca.crt" - name: ssh secret: secretName: ssh-credentials