Skip to content

Commit

Permalink
chore: cd
Browse files Browse the repository at this point in the history
  • Loading branch information
guesant committed Nov 19, 2024
1 parent e0d1d94 commit 5fdaf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-k8s/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
helm repo add stakater https://stakater.github.io/stakater-charts
helm repo update
helm install ladesa-ro-sso stakater/application \
helm upgrade -i ladesa-ro-sso stakater/application \
--namespace=${K8S_NAMESPACE} \
--values=./values.common.yml \
--values=./values.dev.yml \
Expand Down

0 comments on commit 5fdaf99

Please sign in to comment.