Jacek Domagalski

Results 34 comments of Jacek Domagalski

@RichiCoder1 Should this ticket be closed and tracked under https://github.com/argoproj/argo-cd/issues/9101 ?

@cdsap I would really appreciate it, thanks! :+1:

@cdsap any update on this?

@apolatynski @cdsap First of all thanks for taking care of this, much appreciated. One question - wouldn't be better to exclude a task name from the metric name as following:...

@cdsap How to use it? Was that merged to 1.5.2? I've tried to do ``` plugins { id "io.github.cdsap.talaiot.plugin.pushgateway" version "1.5.3" } ``` and then configuration looks like this ```...

> @jdomag PR id is available as `env.CHANGE_ID`. Some other variables are availaible as well: > https://javadoc.jenkins.io/plugin/pipeline-model-definition/org/jenkinsci/plugins/pipeline/modeldefinition/when/utils/EnvironmentNames.html > > Jenkins `httpRequest` step can be used to perform the request like:...

keepTLSSecret option doesn't either work in 2.3 release with newest helm chart - we use argocd for deployments.

@tyrken Yep I saw that, however adding ignore to ArgoCD is just a workaround, not a problem solution. Thanks for a hint though!

I would love to see this feature as well. My use case: When we build a new image we don't do commit/push to git repo containing the helm chart -...

@hnicke @macedonia3 Did it work for you? I've changed common ingress template to: ``` {{- define "common.ingress" -}} {{- if .Values.ingress.enabled -}} {{- $fullName := include "common.fullname" . -}} {{-...