-
Now that OAuth clients are supported, I think the recommended configuration in the README.md should show an OAuth configuration rather than an API key based one.
I also think it should suggest that…
-
### Description of the problem / feature request:
support rules_oci images substituting images into a k8s_deploy.
### Feature requests: what underlying problem are you trying to solve with this …
-
### Is there an existing issue already for this feature request/idea?
- [X] I have searched for an existing issue, and could not find anything. I believe this is a new feature request to be evaluated…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [x] I've pasted the output of `argocd version`.
…
-
# Data Science Meets Devops: MLOps with Jupyter, Git, & Kubernetes | Kubeflow
An end-to-end example of deploying a machine learning product using Jupyter, Papermill, Tekton, GitOps and Kubeflow.
[ht…
-
### 📜 Description
Creating docker image from source code (on local machine with docker-desktop) is failing with error:
```
=> ERROR [build-env 8/8] RUN GOOS=linux make build-all …
-
## Background
We did a spike on using Flux as a Gitops tools and the things the CP team and users need to do to use this Gitops way of deploying the applications.
As a result CP team want to try…
-
Checklist:
* [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
* [x] I've included steps to reproduce the bug.
* [ ] I've pasted the output of `argocd version`.
…
-
With telemetry turned on and no `flags.ACCOUNT_ID` present, the UI explodes.
This line can resolve to `undefined` or some other value that does not have a `.match` method:
https://github.com/wea…
-
I am using git generator for deploying applications. I want to deploy an application on to a cluster only if the cluster has particular labels matched in applicationset, else ignore it
If i remove …