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 aef9e5f commit 4e265e0
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 template --dry-run --debug --namespace ${K8S_NAMESPACE} --values values.common.yml --values values.prod.yml ladesa-ro-sso stakater/application;
helm template ladesa-ro-sso stakater/application --dry-run --debug --namespace=${K8S_NAMESPACE} --values=values.common.yml --values=values.prod.yml;
# kubectl kustomize . | envsubst | kubectl apply -f -;
Expand Down

0 comments on commit 4e265e0

Please sign in to comment.