red8888
red8888
Is it possible to ignore_lifecycle for `roles`. Its useful to be able to loop over a list of roles and add their membership to another role
> FWIW: I added an option to [pytest-order](https://github.com/pytest-dev/pytest-order) (a fork of [pytest-ordering](https://github.com/ftobia/pytest-ordering)) to also order dependencies if needed (use `--order-dependencies` if the plugin is installed). For the time being, this...
Sorry I see it in the docs
Im reopening because I found contains but not sure how to use it. This is a more specific example: ``` containers: - name: mycontainer image: sdfsdfsd command: - "/argone" -...
I also tried this: ``` - contains: path: spec.template.spec.containers content: command: - "/argone" ``` The output is confusing because it looks like it should pass: ``` Expected to contain: -...
@celenechang are there any updates on this? This has prevented me from using the monitor CRD. The monitor resource should be asserting the desired state during the reconciliation loop right?...
Apart from limiting users from installing the chart what does making a chart a library chart do for you? I get that enforcing correct usage is good, but it'd be...
@bjw-s thanks for responding! Not a huge deal just curious if there was some new fangled native way to do this. I played with unit-test a while back maybe thats...
There is a link to a PR in that issue that adds support: https://github.com/libgit2/libgit2/pull/6396 Been in review for a few months. @yoichi after thats merged will this just work with...
This is kinda weird right? I came here because I found no example on this page: https://registry.terraform.io/modules/GoogleCloudPlatform/lb-http/google/latest Its like the simplest thing to do. Maybe thats why the module doesn't...