Skip to content

Commit

Permalink
Bug Fix: Deploy operator action
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Mar 23, 2024
1 parent 976cf26 commit 052824d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy-operator/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ runs:
- name: Deploy the operator
shell: bash
run:
helm dependency update charts/cloudnative-pg

helm upgrade
--install
--namespace cnpg-system
--create-namespace
--wait
--dependency-update
cnpg charts/cloudnative-pg

0 comments on commit 052824d

Please sign in to comment.