diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8668d6f..71791fe 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -194,7 +194,7 @@ jobs: LABEL_ARG="${LABEL_ARG} -l app=${app}" done echo "Deploying with selector: ${LABEL_ARG}" - helmfile -l app=ifric-platform apply \ + helmfile ${LABEL_ARG} apply \ --set mainRepo=${{ inputs.DOCKER_REGISTRY }} \ --set mainVersion=${{ inputs.DOCKER_TAG }} \ --set namespace=${{ inputs.NAMESPACE }} \