Marko Mikulicic

Results 231 comments of Marko Mikulicic

uh, I wonder why didn't they allow a simple url like https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.9.4/kustomization.yaml to work. apparently they use https://github.com/hashicorp/go-getter which treats github.com specially (or perhaps I didn't find the right way...

I tried `go-getter https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.9.4/controller.yaml /tmp/foo` and it works, so perhaps kustomize is compiled with an old version of it?

we have an automated release process that gets kicked off when we tag a release e.g. v1.2.3. The build automation builds a docker image, tags it and when all the...

https://github.com/kubernetes-sigs/kustomize/blob/master/examples/goGetterGeneratorPlugin.md#remote-sources > Kustomize supports building a remote target, but the URLs are limited to common Git repository specs.

The release process is triggered by creating the GitHub release, which creates a git tag with whatever commit is master's HEAD at the time. Pre-releases are no different, they are...

yep, probably that's a reasonable approach given the current state of kustomize. It might be worth bringing this issue up with the kustomize team and see whether it would be...

Glad to see interest on non-helm. Bumping priority for this.

Yes, I'm overhauling the release automation and it soon should be possible to include a pre-rendered manifest. The next release will be cut with this automation

Unfortunately this didn't make it in the v0.14.0 release. Moving to v0.15.0