Mario Manno

Results 104 comments of Mario Manno

> My suggession is why can't we have a common secret file for pulling all images in cf-operator. Maybe you could make a `global.image.credentials.secretName` option and change the qjob,qsec,qsts templates...

I was able to work around this by using `set :bundle_config, { with: 'productionplus' }`

Seems related: if I go to the "crds" screen (`:crds`), I can press enter on a CRD to list all its resources. However that doesn't work if there is another...

I had to squash all the commits from Dan and Andrea, who did most of the tmux work back in 2016. Sadly I just wasn't able to preserve the commit...

Not sure if related, but we sporadically get this in our Github actions workflows with [email protected]. ``` k3d image import rancher/fleet:dev rancher/fleet-agent:dev shell: /usr/bin/bash -e {0} env: GOARCH: amd64 CGO_ENABLED:...

``` newline=' ' lsd -l --date "+%h %d %H:%M$newline%h %d %Y" ```

I'm new to Rust, let me know if something is off about this PR. Should I also update the documentation?

This issue should go away once the debug console is disabled by default: https://github.com/kiibohd/controller/issues/159 Maybe there is a way to remove the devices via the terminal?

I rebased and added information to the README and Changelog.

> So you are limiting the watch for configmaps to one namespace using `ByObject` and then use `DefaultNamespaces` to wach everything else in all namespaces. Yes, that was my intention,...