From 490aa7b9e47e5966ab7aefd8ed0a18091c5f72eb Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 25 Dec 2021 12:01:57 +0700 Subject: [PATCH] chore(tekton): rename Terraform secrets --- platform/tekton-pipelines/service-account.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platform/tekton-pipelines/service-account.yaml b/platform/tekton-pipelines/service-account.yaml index 992f01ef..6964e817 100644 --- a/platform/tekton-pipelines/service-account.yaml +++ b/platform/tekton-pipelines/service-account.yaml @@ -3,5 +3,4 @@ kind: ServiceAccount metadata: name: terraform-sa secrets: - - name: terraform-credentials - - name: terraform-env-vars + - name: terraform-secrets