Gary Burke
Gary Burke
It's designed that way so that people who are visually impaired can more easily see that it is, indeed, a curly bracket, and not something else, based on feedback from...
 Interestingly, with these settings everything works! The main setting that causes us issues is the “Access to tags in metadata” – if this is `Enabled` then we can’t create...
@mveitas Any chance you can do the updates requested. I'd certainly like to see this make it into the next release...
> I naively hoped this will fly: > > ``` > {{(call .repo.GetCommitMetadata (index .app.status.sync.revisions 1)).Author}} > ``` > > It didn't - `error calling call: failed to get application...
Looking at the code: https://github.com/argoproj/argo-cd/blob/80d1bb87e02ce9b6f526f5e15141fa9799e41871/util/notification/expression/repo/repo.go#L51 It appears that that function is looking for `app.spec.source.repoURL`, assuming a single source and not `app.sources[]`. So if you are using multiple sources in your...
It would be useful to be about to output (or copy to the clipboard) the `kubectl` command that k9s is running itself to get the current display of data. It...
This seems to do the job for me: ``` function k8s-remove-unused-composition-revisions() { _CONTEXT="$(kubectl config current-context)" echo "Running against context: ${_CONTEXT}" read -p "is this correct? (Y/n): " line if [...
I'm not sure if this is actually a duplicate of https://github.com/kyverno/kyverno/issues/7569 ? But certainly setting headers, or at least the `Authorisation` header, is quite necessary for us at the moment....
Any movement on this? We'd like to get this feature rolled out soon, please.
@aws-cdk/aws-eks / Cluster / addManifest(id, ...manifest) This will create a Custom Resource. When using this to add a file that contains a password it means that we cannot use secretsManager...