gw0

Results 71 comments of gw0

Same issue with `kube-prometheus-stack` 31.0.0 on a fresh cluster. I disabled the admission webhooks, because I do not configure Prometheus in this way and there is no need for it...

Yes, this would be great. I had to add `verbose=True` into `inject()` function (as mentioned in #60) to figure that out: ``` # pyrasite-shell 25657 /bin/sh: 1: gdb: not found...

In 2017 someone already prepared a PR https://github.com/Masterminds/sprig/pull/62 that could be reused.

@musabmasood I guess this is the expected behavior? You had just an App without a chart deployed, so the live state that ArgoCD is aware of is empty (i.e. there...

Oh, I found a manual workaround for the OP issue... So, the goal is to get a diff on all manifests generated by an App when you make a local...

Lets script this workaround: ```bash $ APP_NAME="my-app" ## render root and extract the modified App $ kustomize --enable-helm --load-restrictor=LoadRestrictionsNone my-root/ > root-local.yaml $ yq "[.] | select(.[].metadata.name==\"${APP_NAME}\") | .[0]" root-local.yaml...

> For me `--local` is pointing to local directory containing modified yaml of `Application` Afaik it needs to point to the local copy of the Helm chart itself (not Application...

General backward compatibility of the SDK API will likely make the whole code difficult to maintain. One idea from another project was to implement backward compatibility is a series of...

[Official docs](https://badge.buildkite.com/docs/agent/v3/cli-artifact#downloading-artifacts-artifact-download-examples) mention that recreating all files matching the uploaded file paths can be accomplished with: ``` Downloading all the files uploaded to log (including all subdirectories) into a local...