-
Updated
Oct 11, 2020
argocd
Here are 72 public repositories matching this topic...
-
Updated
Oct 28, 2020 - Go
-
Updated
Sep 28, 2020 - Go
-
Updated
Jul 16, 2020
-
Updated
Apr 27, 2020 - Dhall
-
Updated
Oct 12, 2020 - HCL
-
Updated
Apr 28, 2020 - JavaScript
The GitOps CLI should be released as a self contained binary so it could be used without Docker or Python installed locally.
It would be the best if it would be included in the release step.
To create a binary for a Python application I tested PyInstaller which worked great so far:
pip3 install pyinstaller
# Move to the gitopscli repository
pyinstaller gitopscli/__main__.py -n gito
-
Updated
Oct 16, 2020 - Go
-
Updated
Oct 25, 2020 - HCL
-
Updated
Oct 16, 2020 - Shell
-
Updated
Jun 22, 2020 - Go
-
Updated
Oct 28, 2020 - Open Policy Agent
-
Updated
Jun 25, 2019
-
Updated
Feb 21, 2020 - HCL
-
Updated
Apr 17, 2020 - Shell
-
Updated
Sep 18, 2019 - Python
-
Updated
Oct 27, 2020 - Shell
-
Updated
May 5, 2020 - Shell
-
Updated
Oct 25, 2020 - Jsonnet
Requires completion of depscloud/depscloud#108
Once the indexer has support for the pushgateway, we should make it easy for folks to deploy one with the depscloud chart. By default, it shouldn't be enabled (similar to the mysql and postgres integration). In addition to that, the indexer chart needs to be updated to know the location of the pushgateway.
Information o
Improve this page
Add a description, image, and links to the argocd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the argocd topic, visit your repo's landing page and select "manage topics."
Hi,
We have installed ArgoCD on OpenShift using the argocd operator and are shipping the logs from the ArgoCD-components to a external log management system, and would like the logs to be structured in json format.
I found that ArgoCD 1.6+ added the option --logformat, and I have indeed tested it successfully by setting the option manually in the Deployment spec for argocd-server: