From ed086f67b6ef256aa049b3aabb994190c23db30e Mon Sep 17 00:00:00 2001 From: Peter Motzko Date: Tue, 15 Aug 2023 13:43:52 +0200 Subject: [PATCH] fix(ci): typo --- .github/workflows/chart-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-lint.yml b/.github/workflows/chart-lint.yml index a24d682f2..88db862bd 100644 --- a/.github/workflows/chart-lint.yml +++ b/.github/workflows/chart-lint.yml @@ -122,4 +122,4 @@ jobs: tags: kind-registry:5000/miw:testing - name: Install the chart on KinD cluster - run: helm install --set image.tag=testing --set=image.repository=kind-registry:5000/miw" testing charts/managed-identity-wallet + run: helm install --set image.tag=testing --set=image.repository=kind-registry:5000/miw testing charts/managed-identity-wallet