rumstead

Results 85 comments of rumstead

You can change and ignore the individual parameters using `helmParamaters` which would allow you to make imperative changes via the UI.

Thanks for the docs I hope this gets merged soon. I stumbled across this when messing around with [radius](https://github.com/radius-project/radius) and crossplane.

How to pass windows env to WSL2 to be used by nerdctl. ``` PS > $env:WSLENV="HTTP_PROXY:HTTPS_PROXY:NO_PROXY" PS > rdctl shell env HTTP_PROXY="http://foo.com" HTTPS_PROXY="http://foo.com" NO_PROXY=kubernetes.docker.internal,127.0.0.1,127.0.0.0/8 ```

> Sorry for my late and would be work for it in this week. @liangyuanpeng anything I can do to help get this over the finish line?

> This is fixed in 3.00beta10 via [litmuschaos/litmus-go#665](https://github.com/litmuschaos/litmus-go/pull/665) > > In 2.14.1 via [litmuschaos/litmus-go#669](https://github.com/litmuschaos/litmus-go/pull/669) Based on the PRs, how does deleting labels fix the issue? The release notes state a...

@jshaughn can we re-open this? > I haven't looked into this yet, but what about this feature that already exists? > > https://kiali.io/docs/configuration/kialis.kiali.io/#.spec.deployment.custom_secrets > > You can specify your own...

> Hi @rumstead , I re-opened the issue so that we can maybe refine further what's being asked for. It sounds like you need an extension to define volume mounts?...

Sorry, this took me longer than it should have to carve out the time. Something along these lines would work. deployment template ```yaml --- apiVersion: apps/v1 kind: Deployment metadata: name:...

I am happy to lend a hand in any way. Code in the operator (if required), updating helm templates, adding docs.