Jesse Hitch
Jesse Hitch
approved lint and test run
Merged in the changes from https://github.com/nextcloud/helm/pull/483
I've added `metrics.securityContext` and `metrics.podSecurityContext` in #609, so this PR can be reduced in complexity to just include the nginx metrics changes. 🙏
For OIDC, I'm using [Zitadel](https://zitadel.com/), an open source and self hosted identity management platform with built in OIDC capabilities, it's very similar to Keycloak, but more modern. I use the...
As nothing is broken, I'm going to convert this to a discussion so that others can still update this with new apps and methods over time. :)
I haven't had time to look into this fully, but wanted to give some more details to help others troubleshoot: Here's where the full name is defined in our templates,...
@ensignavenger I edited your comments just a bit for syntax highlighting and formatting, so I could read them better. Since you're using docker compose, could you please ask about this...
Hi @melbruki, could you please update your values.yaml code block to use three backticks and the word yaml like this: ```yaml myyamlhere: myvalue ``` This makes it render with syntax...
Thank you! It looks like you still have an extra backtick before and after your yaml code, so it renders the entire thing as blue, instead of blue and green....
After adding syntax highlighting to your values.yaml code block, I noticed your `externalDatabase.host` is set to `my-mariadb-galera`. Can you try setting it to hostname + `:$PORT`. I don't use mariadb...