Sébastien OUDRY

Results 15 issues of Sébastien OUDRY

### Description Hi! Trying to push to GCR with d-m-p using JSON key mechanism. The JSON key is passed to build using an environment variable, so must be a one-line...

The target port defined in image renderer service is not the one used on deployment. Service: https://github.com/grafana/helm-charts/blob/main/charts/grafana/templates/image-renderer-service.yaml#L25 Deployment: https://github.com/grafana/helm-charts/blob/main/charts/grafana/templates/image-renderer-deployment.yaml#L76 The value `imageRenderer.service.targetPort` isn't specified on readme but exists on `values.yaml`....

Hi ! I've some issues when trying latest fabric8 version 4.x. **Environment** - Mac OS X 10.11.6 - minikube 0.23.0 - gofabric8 0.4.173 **Installation steps** Following new install procedure [here](https://github.com/fabric8io/fabric8-platform/blob/master/INSTALL.md)....

Using `fabric8-pipeline-library@master` (commit `3f84b0b`). Missing script approvals configuration in Jenkins CI. I've added approvals manually in "In-process Script Approval" page but is there a way to configure "Signatures already approved"...

In resource `tls_self_signed_cert` it'll be helpful to define `SignatureAlgorithm`. For example, currently Spring Security OAuth only support `sha1WithRSAEncryption`...

enhancement

### Is your feature request related to a problem ? I want to use `sidecar.dashboard.folderAnnotation` variable on my Grafana Helm installation. https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml#L688 Generated dashboard from this repository doesn't allow to...

enhancement

What I would like is to underline the letter choose as key. Because the user knows the world and letter used for the key shortcut, he will remember it easily....

enhancement

Hi! We are using helm-diff plugin behind helmfile. In our CD pipelines we need to use a "read only" service account to see changes. When using three way merge, it...

This PR add support for Kong Vault secrets as environment variables. https://docs.konghq.com/gateway/latest/kong-enterprise/secrets-management/ Example usage on Kong deployed with Helm chart. Helm chart values: ```yaml customEnv: oidc_quicksign_sso_client_id: "client_id" oidc_quicksign_sso_client_secret: "client_secret" ```...

Hi! I try to use hermitcrab alongside with burrito for provider caching. Our cluster is behind a proxy for all internet trafic. I tried to set `HTTPS_PROXY` or `https_proxy` but...