Simon Gerber
Simon Gerber
The broader context here: Conditional dependency fetching and compile steps would be very helpful for us in Project Syn, e.g. for stuff like https://github.com/projectsyn/component-keycloak/pull/135/commits/95d3bc6029bfc7f2bf518ec8ea07ba5dbd0347ee where we now have a postprocessing...
In most cases, I'd imagine that you would set the field of the compile step to an inventory variable, which you can then use to enable or disable compilation per...
It looks like `helm template` inserts blocks like the following in the output. ``` --- # Source: crds/crd-probes.yaml # https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/v0.57.0/example/prometheus-operator-crd/monitoring.coreos.com_probes.yaml --- ``` Technically this is a `null` object in the...
> > Another option would be to support `gojsonnet` and `jsonnet` types in the compile item configuration. > > I don’t think it makes sense to differentiate the configuration type...
Our tests have been printing the following warning for a while, so we'll have to fix that in https://github.com/kapicorp/reclass ``` /home/simon/work/syn/commodore/.tox/py38/lib/python3.8/site-packages/kapitan/reclass/reclass/values/parser_funcs.py:52: DeprecationWarning: Using or importing the ABCs from 'collections' instead...
I was just thinking about this and I think there's also an option C: allow users to specify an alternate location for the database files which they sync between their...
Hi! We're looking at deploying gluster-prometheus on OpenShift clusters which are running containerized GD1. Our current plan is to deploy gluster-prometheus in a DaemonSet with the same node selectors as...
From what I've found the error can be avoided by changing https://github.com/sigma67/ytmusicapi/blob/20b4631c31b65d5d40caf89b5db5fd661e82a979/ytmusicapi/helpers.py#L26 to `1.20220912.01.00` (as found when inspecting traffic generated by the web app). Since there's a date in the...
> Does this actually work for you? I tried the suggested change, but I still get the same 404 error. Yes, it worked for me (approximately 10 hours ago), however...
> Might have been some sort of A/B testing? I cannot reproduce the error currently. Looks like it, I can't reproduce it anymore either (side-note: the web app has version...