Joshua S

Results 25 comments of Joshua S

not exactly keycloak, but this works for me with okta ```yaml auth: - type: oidc config: oidc_client_id: "${env `OKTA_OIDC_ID`}" oidc_client_secret: "${env `OKTA_OIDC_SECRET`}" oidc_discovery_url: https://{{ .Values.okta.org }}.okta.com default_role: operations options: listing_visibility:...

i've been running these changes since June 2 without any issues. @SoerenHenning @OuesFa @kppullin anyone with merge access around?

i'm currently running my ingester as a statefulset, but the included vpa logic will work with a deployment. is it problematic to autoscale an ingester deployed as a sts? if...

It's currently next to impossible to use the parent - subchart pattern with the helmfile values that jenkins-x passes to each release. This would unblock me in that scenario and...

Defining the k8s service name in the CR yaml and keeping the deterministic hash suffix as the default sounds the most intuitive to me.

> What version of jx-release-version is used? `ghcr.io/jenkins-x/jx-release-version:2.5.2` ``` jx-release-version --version Version 2.5.2 - Revision '83784a8' - Date '20220525-06:46:35' ``` > Does the changelog contain the commit message "feat: Add...

Since this issue was initally filed, we have another example of a PR containing 2 "feat: " prefixed commits that trigged a patch version increment (0.5.4) instead of a minor...

there's a [poststart hook in the statefulset](https://github.com/runatlantis/helm-charts/blob/f0d444c2f4c28151add57e2a3a8ac9c5122a6f51/charts/atlantis/templates/statefulset.yaml#L116-L119) that copies `/etc/secret-gitconfig/gitconfig` to `/home/atlantis/.gitconfig`. this works fine, but atlantis overwrites `/home/atlantis/.gitconfig` when a user files a PR and runs `atlantis plan` with...