Guido Müller (Guido Mueller)
Guido Müller (Guido Mueller)
Cluster -> Settings -> Metrics You can choose "Prometheus Operator". Next you can specify "PROMETHEUS SERVICE ADDRESS". There is no way to specify that HTTPS protocol should be used instead...
You have a two stage build in the Dockerfile. In stage one you copy the `template` folder to `/code/template` and run the `cargo` command. Then, in stage two, you only...
### Describe the bug The background: I want to setup Flux v2 with a GitLab repo that has a protected branch and the project access token used has no permissions...
### Describe the bug My kustomization contains ```yaml postBuild: substitute: appConfig: '{"foo": "bar"}' ``` The content of appConfig is a string, not an object. HelmRelease describe shows: `adapter.configuration.appConfig: Invalid type....
For the S3 plugin we need this environment variable: ... --set 'extraEnvs[0].name=AWS_DEFAULT_REGION' \ --set 'extraEnvs[0].value=eu-central-1' \ ...
For my environment I have to specify "https_proxy" and "no_proxy" environment variables to allow download of the (S3) plugin. Since "extraEnvs" are not used for the "initContainers" at the moment...
I use the Helm chart: https://artifacthub.io/packages/helm/kiwigrid/graphite version 0.7.2 I have added these rules to `rewrite-rules.conf`: ``` [pre] ^(.+) = somePrefix.someOther.\1 [post] ^(.*) = bar.\1 ``` I cannot see any rewriting....
The module uses `canvas`. Canvas itself seems to rely on Python. This gives me a lot of ugly `gyp` errors and the dependency cannot be installed.
I added two audio triggers (with 5 audio spectrum bars each). Each audio trigger shows a volume slider on the right, If both audio triggers are activated at once and...
The current documentation elaborates how to load the config from Http and it points out how to use it in a standalone config. But I am looking for an example...