Skip to content
#

gitops

Here are 576 public repositories matching this topic...

sagikazarmark
sagikazarmark commented Nov 6, 2021

Summary

Currently the argocd CLI tool creates its config file in the home directory.
Use $XDG_CONFIG_HOME instead.

Motivation

Keep the home directory free from clutter.

Proposal

Support the XDG base directory standard.

Alternatively, introduce an environment variable (eg. ARGOCD_CONFIG_HOME) to allow users controlling the config file location without having to pass `--

jx
msvticket
msvticket commented Nov 2, 2018

Summary

When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will be in one layer in the docker image.

This means that when new versions of the application are created the unchanged dependencies can't be reused.

It would be a great enhancement if the application code where p

flagger
flux2
cppforlife
cppforlife commented Oct 8, 2021

Describe the problem/challenge you have
currently Deployment waiting code looks at several conditions include FailedDelete [0]. there is another condition that would be useful to look at it FailedCreate. we should add that check in there so that we can show nice informational message to the users as part of the progress log. i do not think we need to consider progress as done though, in this

divolgin
divolgin commented Mar 19, 2021

kubectl schemahero get migrations command can output a long list of migrations, with potentially repeating names.

To find the right migration with a tool like grep, we need to look at the what schema files were changed to determine what the name of the migration would be.

It would be nice to list migrations sorted by timestamps or filter by migration state (open/approved/applied)

Improve this page

Add a description, image, and links to the gitops topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gitops topic, visit your repo's landing page and select "manage topics."

Learn more