Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Sep 27, 2023
1 parent 4351b57 commit 5962592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy-klt-on-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
done
- name: Install lifecycle-toolkit with manifests
if: ${{ inputs.helm-install == 'false' && inputs.scheduling_gates == 'false' }}
if: inputs.helm-install == 'false' && inputs.scheduling_gates == 'false'
shell: bash
run: |
echo "Installing Keptn using manifests"
Expand All @@ -87,7 +87,7 @@ runs:
kubectl rollout status deployment lifecycle-operator -n keptn-lifecycle-toolkit-system -w
- name: Install lifecycle-toolkit with helm
if: ${{ inputs.helm-install == 'true' }}
if: inputs.helm-install == 'true'
env:
RELEASE_REGISTRY: "localhost:5000/keptn"
shell: bash
Expand Down

0 comments on commit 5962592

Please sign in to comment.