From 3892a996bce54671425ef9031eb007a8279e337f Mon Sep 17 00:00:00 2001 From: Pau Rosello Date: Wed, 4 Dec 2024 14:56:27 +0100 Subject: [PATCH] back to default catalog --- helm/cluster-aws/templates/aws-nth-helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/cluster-aws/templates/aws-nth-helmrelease.yaml b/helm/cluster-aws/templates/aws-nth-helmrelease.yaml index 80d79c73..e6aa3141 100644 --- a/helm/cluster-aws/templates/aws-nth-helmrelease.yaml +++ b/helm/cluster-aws/templates/aws-nth-helmrelease.yaml @@ -36,7 +36,7 @@ spec: version: {{ include "cluster.app.version" $ }} sourceRef: kind: HelmRepository - name: {{ include "cluster.app.catalog" $ }}-catalog + name: {{ include "resource.default.name" $ }}-{{ include "cluster.app.catalog" $ }} dependsOn: - name: {{ include "resource.default.name" $ }}-cloud-provider-aws namespace: {{ $.Release.Namespace }}