From b72afc693553fea5f20060525af359f5b904b1f5 Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Tue, 31 Dec 2024 18:39:51 +0100 Subject: [PATCH] fixed command substitution? --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2542d29..1afde87 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,7 +57,7 @@ jobs: - name: install the chart run: | helm install mirrord-operator \ - --set license.file.data."license\\.pem"="${cat license.pem}" \ + --set license.file.data."license\\.pem"="$(cat license.pem)" \ --set operator.disableTelemetries=true \ --set operator.podAnnotations."annotation\.metalbear\.co/name"="operator" \ --set operator.podAnnotations."annotation\.metalbear\.co/version"="latest" \