From 0324204091657863b09a4b3ef0afde911a7b37e0 Mon Sep 17 00:00:00 2001 From: Dmitry Dodzin Date: Sun, 14 Apr 2024 18:54:59 +0300 Subject: [PATCH] Wait? --- .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 a495e34..06648f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,4 +41,4 @@ jobs: openssl x509 -req -in ./tls.csr -CA ./ca.crt -CAkey ./ca.key \ -CAcreateserial -out ./tls.crt -days 10000 \ -extensions v3_req -extfile ./.github/workflows/tls.conf - - run: helm install mirrord-operator --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE --set operator.disableTelemetries=true --set tls.data."tls\\.key"="$(cat tls.key)" --set tls.data."tls\\.crt"="$(cat tls.crt)" ./mirrord-operator + - run: helm install mirrord-operator --set license.file.data."license\\.pem"=$MIRRORD_OPERATOR_LICENSE --set operator.disableTelemetries=true --set tls.data."tls\\.key"="$(cat tls.key)" --set tls.data."tls\\.crt"="$(cat tls.crt)" ./mirrord-operator --wait