Rick Henry
Rick Henry
Those are dependencies for the compiled .deb - not things needed to build it. I've gotten a little held up with setting up my new workstation so I don't know...
What works for me is to mount the style (and `.mdlrc`) into `/data` and that Just Works for me - I've got it set up with a `bash` function to...
Tested with local rendering of templates then applying to a given cluster - this is doing the trick for me, so hopefully it'll be helpful for others, too.
D'oh, didn't see #92 which does functionally the same thing. However, this doesn't introduce a breaking change, so might be preferred - feel free to approve/comment/close/other as you see fit,...
This should be simple enough to fix with a similar set of conditions as the [CronJob resource](https://github.com/bootc/netbox-chart/blob/develop/templates/cronjob.yaml#L2). According to the deprecated API migration guide, v1.23+ supports the autoscaling/v2 API version,...
@rounakdatta This appears to be caused by the changes introduced in https://github.com/solidnerd/docker-bookstack/pull/321, so I'm going to revert those to allow releases to continue. If you'd like to tweak how your...
Seems to be working just fine now, so tentatively closing this.
> What about https://keys.openpgp.org/ ? Isn't that where they're currently from? At least for 3.7.3: `sops/pgp/keysource.go`, function `getKeyFromKeyServer` ```go func getKeyFromKeyServer(fingerprint string) (openpgp.Entity, error) { log.Warn("Deprecation Warning: GPG key fetching...
I don't think there is any authoritative documentation, as yet. The [`config.go`](https://github.com/mozilla/sops/blob/master/config/config.go) file shows the structures expected (e.g. a creation rule is defined [here](https://github.com/mozilla/sops/blob/master/config/config.go#L110)). It's not as convenient as a...
Your hook script doesn't exist cleanly with unknown hooks. Base your hook script off (for example) [the example hook script](https://github.com/dehydrated-io/dehydrated/blob/master/docs/examples/hook.sh). Check is defined [here](https://github.com/dehydrated-io/dehydrated/blob/784fb806c891979262eef9c8f38e3c10b825aefd/dehydrated#L303). Also, it should be noted when...