From 95dae72da37c7808f386dfb01df04b84db65e0a1 Mon Sep 17 00:00:00 2001 From: Razz4780 Date: Tue, 31 Dec 2024 16:03:23 +0100 Subject: [PATCH] put license pem in quotes --- .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 aa5562e..97895f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -55,7 +55,7 @@ jobs: MIRRORD_OPERATOR_LICENSE: ${{ secrets.MIRRORD_OPERATOR_LICENSE }} run: | helm install mirrord-operator \ - --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE \ + --set license.file.data."license\\.pem"="$MIRRORD_OPERATOR_LICENSE" \ --set operator.disableTelemetries=true \ --set operator.podAnnotations."annotation\.metalbear\.co/name"="operator" \ --set operator.podAnnotations."annotation\.metalbear\.co/version"="latest" \