Chris Smith
Chris Smith
> I just tried to install an OCI chart and it works just fine if you put the full URI (`oci://...`) into the `spec.chart` field of a `HelmChart` CR. (No...
`actions/cache` doesn't support sharing build cache between multiple Cargo workspaces: https://doc.rust-lang.org/cargo/guide/build-cache.html#shared-cache
@hypergig doesn't that only solve the same thing as `resyncPeriodSeconds`?
Yes, but triggering that "immediate update" by polling the external resource doesn't really solve the issue here which is to avoid polling by having the thing that changes the external...
Ok great, and along with `kubectl` w/ a service account I can add some random junk to my parent CRD to trigger the resync. That will work and I will...
@grzesuav I think in my case I had a single resource that I was using, so it wouldn't matter to me if my webhook triggered one resource or all
Go download one from the site then: http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-tools/1262200-v3-6-amidst-strongholds-village-biome-etc-finder On 10/23/2014 04:50 PM, MissMadeleine wrote: > none of the .jar files I have are "Amidst.jar" :( > > — > Reply...
ADMIST can only point out where there "should" be a village, come times the conditions are not correct for a village to actually spawn there. This is why the second...
I am just another user of this software, but I actually recently wanted to do this myself. I have looked into it and it is very confusing code. I got...
If I rename the created context to not have the `k3d-` prefix in the name, then the configured default-repo works as expected: ``` kubectl config rename-context k3d-k3s-default k3s-default ```