Sean P. Kane

Results 110 comments of Sean P. Kane

Our investigation suggests that the YAML parser is doing the right thing, but the fact that quotes are removed when we explicitly need them, and there appears to be no...

@natasha41575 Now that #4033 is done, what is the status of this work? We are running into an issue where `key: "${VAR}"` in a ConfigMap is incorrectly having the quotes...

> The Application spec.source.kustomize field is meant to be basically a 1:1 map to kustomization.yaml (or, more specifically, the kustomize edit commands). @crenshaw-dev Hmmm, I didn't realize that. That is...

https://github.com/kubeshop/helm-charts/pull/694 provides one approach to doing this via the Helm chart alone (for the default job template). Although this works, I am not convinced it is ideal (but possibly good...

> @spkane technically, operator can use cronjob template filed from Test CRD and adjust created con jobs. What other resouces do you need to modify? @vsukhin I am not sure...

@frederikb We ended up going with simply adding the ArgoCD annotation patch into each test since it was annoying, but much less work in the end than trying to fork...

I am adding this here, and it was in its own feature request but has been deemed as possibly related to this... The idea here, is not to support telling...

@jidicula, does this request seem like a reasonable change that someone could grab and implement? It does appears as if the [logic](https://github.com/actions/delete-package-versions/blob/68fef8e117918624b377e5c3d0fa2bbe3f2b3b30/src/delete.ts#L66) for [delete-oldest-x-number-of-versions-of-a-package](https://github.com/actions/delete-package-versions/tree/68fef8e117918624b377e5c3d0fa2bbe3f2b3b30?tab=readme-ov-file#delete-oldest-x-number-of-versions-of-a-package) has access to *created_at* for a...

I have published the provider and found a bug in the code, which made things work for now, but I still think there is an underlying problem here. The code...