Sverre Boschman

Results 36 comments of Sverre Boschman
trafficstars

Having an option to add labels/annotations to an image besides the [default](https://github.com/vmware-tanzu/carvel-imgpkg/blob/develop/pkg/imgpkg/bundle/bundle.go#L24) 'dev.carvel.imgpkg.bundle' label during [pushing](https://github.com/vmware-tanzu/carvel-imgpkg/blob/develop/pkg/imgpkg/bundle/contents.go#L47) would be nice. Use-case is publishing imgpkg packages to Github Container registry from a...

Can the merge of the proposed override option in PR #159 be reconsidered please? Not all jet providers do have a native counterpart. Trying to use the terrajet generated cluster/project...

Current impl is based on rawmind0's idea to modify `rancher2_user` resource ( https://github.com/rancher/terraform-provider-rancher2/issues/315#issuecomment-613142644) If you need multiple tokens, you can feed the token from `rancher2_user` resource to a new provider...

Isn't it the same way the bootstrap works, feeding resource output from one provider to the config of another provider? https://registry.terraform.io/providers/rancher/rancher2/latest/docs#example-usage

I'm using the bootstrap setup as outlined in the rancher2 provider example, seems to work as described. The official tf docu lines you linked are correct I guess, but they...

Sounds like you are looking for a way to generate a lot of user accounts each with multiple tokens. Modifying the `rancher2_token` resource feels a bit strange to me for...

Would this work in your case @Shocktrooper ? ```hcl # Create a rancher2 Token resource "rancher2_user" "foo" { name = "foo" username = "foo" password = "changeme" enabled = true...

Is there anything I can do to get a review going @annablender or @HarrisonWAffel ? If there are different ideas on how to solve the issues described in #315 with...

Just to start with the Grafana chart: PodDisruptionBudget is a [simple bump](https://github.com/sboschman/grafana-helm-charts/commit/e5c0e5e59bde789b6b5e6c3bf1d9d5a95fbc9569) to policy/v1 from 1.21+ (selector is explicitly defined in the charts, so no issue with the empty selector...

To slightly complicate this issue, I ran into a [Helm issue](https://github.com/helm/helm/issues/10324) regarding the detection of deprecations.