Currently in the Linkwarden chart, when setting .Values.linkwarden.auth.sso[*].existingSecret, the chart still attempts to create the auth secret for that given provider. Beyond that there is an error when clientId and clientSecret are not set, leading to your values file requiring at least an empty value for both when using an existing secret.
Special notes for your reviewer
We could probably bundle this in with #33 - I've left the Chart version untouched for that reason. If you'd rather this be a separate version bump I can add the change
This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What this PR does / why we need it
Currently in the Linkwarden chart, when setting
.Values.linkwarden.auth.sso[*].existingSecret
, the chart still attempts to create the auth secret for that given provider. Beyond that there is an error whenclientId
andclientSecret
are not set, leading to your values file requiring at least an empty value for both when using an existing secret.Special notes for your reviewer
We could probably bundle this in with #33 - I've left the Chart version untouched for that reason. If you'd rather this be a separate version bump I can add the change
Checklist
AUTHORS
filefix(charts/linkwarden): ...
)