Ward Loos

Results 8 comments of Ward Loos

@mattfarina In case you need an easy reproducible case for this bug to be labeled as `confirmed`: I'm having the same issue with the [Bitnami Redis](https://github.com/bitnami/charts/tree/master/bitnami/redis) chart when trying to...

I don't use bitrise but found this tool while searching for something to manage environment variables. So yes, I'm running this locally as well as in a CI pipeline.

Hit the same issue when changing the destination from `server` to `name`. See #19194 for details. Patching the apps seemed to resolve the issue for me in the end. As...

For reference, the api call it should use is ``` DELETE https://api.cloudflare.com/client/v4/$ACCOUNTS_OR_ZONES/$ACCOUNT_OR_ZONE_ID/access/apps/$APP_ID/policies/$POLICY_ID ``` https://developers.cloudflare.com/api/resources/zero_trust/subresources/access/subresources/applications/subresources/policies/methods/delete/

I created the following in my `.zshrc` ```bash dbe () { local pkgs="$@" [ -z "$pkgs" ] && printf "dbe: missing argument.\nUsage: dbe PKG1 PKG2 ...\n" && return 255 local...

Would like to see support for this as well. My use case is with [Gatekeeper](https://open-policy-agent.github.io/gatekeeper/website/docs). This allows you to create OPA policies by first creating a `templates.gatekeeper.sh/v1/ConstraintTemplate` resource which contains...