From 569183db5c43642ffc76a0b12cb58ace82456f83 Mon Sep 17 00:00:00 2001 From: "taekyu.kang" Date: Thu, 19 Oct 2023 11:08:46 +0900 Subject: [PATCH] bugfix. change release name to tks-apis --- tks-admin-tools/base/resources.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tks-admin-tools/base/resources.yaml b/tks-admin-tools/base/resources.yaml index d3d1ee8..6cb1f17 100644 --- a/tks-admin-tools/base/resources.yaml +++ b/tks-admin-tools/base/resources.yaml @@ -54,16 +54,16 @@ apiVersion: helm.fluxcd.io/v1 kind: HelmRelease metadata: labels: - name: tks-api - name: tks-api + name: tks-apis + name: tks-apis spec: chart: type: helmrepo repository: https://harbor.taco-cat.xyz/chartrepo/tks - name: tks-api + name: tks-apis version: 0.1.2 origin: https://openinfradev.github.io/helm-repo - releaseName: tks-api + releaseName: tks-apis targetNamespace: tks values: gitBaseUrl: https://github.com