From 3c8ecca0805a6eda4024b1901139db46cccea685 Mon Sep 17 00:00:00 2001 From: ElderMatt <18527012+ElderMatt@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:31:11 +0200 Subject: [PATCH] fix: if statement --- .github/workflows/integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 19d4189679..75028e4d66 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -458,12 +458,14 @@ jobs: [[ '${{ inputs.oidc }}' == 'az_oidc' ]] && echo "$AZ_OIDC" >> values.yaml [[ '${{ inputs.certificate }}' == 'letsencrypt_staging' ]] && echo "$LETSENCRYPT_STAGING" >> values.yaml [[ '${{ inputs.certificate }}' == 'letsencrypt_production' ]] && echo "$LETSENCRYPT_PRODUCTION" >> values.yaml - if [[ '${{ inputs.isPreInstalled }}' == 'true']]; then + + if [[ '${{ inputs.isPreInstalled }}' == 'true' ]]; then cat <> values.yaml otomi: isPreInstalled: true EOF fi + if [[ '${{ inputs.kms }}' == 'age' ]]; then cat <> values.yaml kms: