From db269065e8da179fe603cf63d84b9818eca3491f Mon Sep 17 00:00:00 2001 From: Dmitry Dodzin Date: Sun, 14 Apr 2024 19:01:02 +0300 Subject: [PATCH] Perform mirrord get operator status --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 06648f6..edbfda4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,3 +42,4 @@ jobs: -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 --wait + - run: kubectl get mirrordoperators.operator.metalbear.co operator -o yaml