Questions tagged [argo]

Apply to questions regarding thoughtbot's Swift JSON parser, Argo. For questions about the Kubernetes workflow tool, use argoproj.

136 questions
5
votes
0 answers

ArgoCD - When deploying one app in monorepo with multiple application, all app re-sync triggers

All ! :) I’m using the mono-repo with multi application architecture. - foo - dev - alp - prd - bar - dev - alp - prd - argocd - dev - foo-application (argo cd app, target revision : master, destination cluster : dev, path:…
ahn heesuk
  • 101
  • 2
  • 4
5
votes
1 answer

Argo workflows: How to check if the output of a previous suspended step has been supplied inside the "when" expression of a subsequent step?

In an Argo workflow, I have a loop and I need to continue running the loop in case the output of a previous step has NOT been supplied yet. Until now, I couldn't find any way of performing this simple empty/null check. The following "when"…
Samir Wafa
  • 76
  • 4
5
votes
0 answers

ArgoCD Application Stuck In Syncing/Terminating State

We’re facing a weird issue in production where one of the applications is stuck in a terminating and sync state. ArgoCD Version: 2.1.7 Background: We manually terminated the sync of an application and now that the application is stuck in the…
utkarsh-devops
  • 567
  • 7
  • 12
5
votes
0 answers

How to skip login page with Argo Workflows SSO

I have an Argo Workflows instance with SSO configured. When I click a workflow link it takes me to the login page if I'm not signed in, which forces me to click the LOGIN button to redirect me to my SSO provider, which then redirects me to the…
wsams
  • 2,499
  • 7
  • 40
  • 51
4
votes
1 answer

How to pass list of arguments from argo workflow and use it in argo workflowtemplate

apiVersion: argoproj.io/v1alpha1 kind: Workflow . . - name: mytemplate steps: - - name: mytask templateRef: name: ABCDworkflowtemplate template: taskA arguments: parameters: - name:…
user18354658
  • 65
  • 1
  • 5
3
votes
0 answers

How is Argo resourceDuration for CPU and memory calculated

I have an argo workflow with a single step where the following resources defined: resources: limits: cpu: "6" requests: cpu: "3" memory: 120Mi After the workflow is executed and has…
Marc
  • 588
  • 2
  • 15
3
votes
1 answer

Argo Workflow Stuck in Progressing

I've created a test Argo Workflow to help me understand how I can CI/CD approach to deploy an Ansible Playbook. When I create the app in Argo CD, it syncs fine, but then it just gets stuck on Progressing and never gets out of that state. I tried…
xil3
  • 16,305
  • 8
  • 63
  • 97
3
votes
1 answer

How can I create subclasses using Argo and Swift?

I'm using Argo in a Swift app to decode JSON into objects. I have JSON like this: "activities": [ { "id": "intro-to-the-program", "type": "session", "audio": "intro-to-the-program.mp3" }, { "id": "goal-setting", "type":…
Tim Closs
  • 536
  • 4
  • 6
2
votes
2 answers

Argo CD Installation issue

Hi I was just trying to install argo CD in my local machine. I have installed and running minikube. After creating argocd namespace, I just try these commands kubectl apply -n argocd -f…
perarasan
  • 21
  • 3
2
votes
0 answers

Argo Workflow SSO authentication programmatically

I need to authenticate ARGO workflows running in sso mode using keycloak provider. Currently in my organization we are using keycloak as the authentication provider for all the application. We have requirement to invoke argo workflows from one of…
2
votes
2 answers

argocd: why helm app not applying values.yml

I would like to install a helm release using argocd, i defined a helm app declaratively like the following : apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: moon namespace: argocd spec: project: aerokube source: chart:…
Mohamed
  • 239
  • 1
  • 4
  • 17
2
votes
1 answer

Argo Event webhook authentication with Github

I'm trying to integrate the GitHub repo with the Argo Event Source webhook as an example (link). When the configured from the Github event returns an error. 'Invalid Authorization Header'. Code: apiVersion: argoproj.io/v1alpha1 kind:…
Padmasankha
  • 103
  • 1
  • 13
2
votes
1 answer

Argo: How to pip install libraries in yaml with a 'Script' template?

Context - Basic PG docker is running with described credentials, want to perform an Argo workflow which creates a table, adds some data etc separately. While defining argo yaml for aforementioned requirements, getting a 'no library found psycopg'…
2
votes
1 answer

Argo Workflows: `workflow-role` seems to be missing from Argo install

I am new to Argo Workflows and following along with this tutorial. Following along with it, we are to create a service account and then attach the pre-existing workflow-role to the service account, like this: > kubectl create serviceaccount…
Mike Williamson
  • 4,915
  • 14
  • 67
  • 104
2
votes
0 answers

How to connect ArgoCD with Crossplane created clusters?

I have the ArgoCD server running and wanna define a Cluster without the CLI. I wanna practice GitOps, so I wanna declare my ArgoCD-cluster config in Git. In the CLI I could do: argocd cluster add but how to do that with a Kubernetes manifest? I…
Jan
  • 12,992
  • 9
  • 53
  • 89
1
2 3
8 9