Skip to content

Commit

Permalink
Changed workflow values fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqqdd99 committed Oct 1, 2024
1 parent b21903a commit ff26e76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installation-scripts-onm/MASTER_START_SCRIPT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ fi
if [ "$WORKFLOW_ENABLED" == "yes" ]; then
echo "Workflow installation.";

helm install argo-workflows argo-workflows --repo https://argoproj.github.io/argo-helm --namespace argo --create-namespace --values workflow/workflow.yaml;
wget https://raw.githubusercontent.com/eu-nebulous/sal-scripts/main/workflow/workflow.yaml

helm install argo-workflows argo-workflows --repo https://argoproj.github.io/argo-helm --namespace argo --create-namespace --values workflow.yaml;

kubectl -n argo create rolebinding argo-workflows-server --role=argo-workflows-workflow --serviceaccount=argo:argo-workflows-server;
kubectl -n argo create rolebinding argo-workflows-workflow-controller --role=argo-workflows-workflow --serviceaccount=argo:argo-workflows-workflow-controller;
Expand Down

0 comments on commit ff26e76

Please sign in to comment.