Secrets should use single quotes to not expand special characters #543
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See #454
I might have run into this, when I tried to configure Gitea and Authentik from the helm chart
I gave up and configured using the GUI/WebConsole.. but would be nice if I could put it into code/git !
If/when i revisit it I could try again (need to have a test/lab environment to reproduce, logs etc ...)
Guide I followed would be here and snippet I was trying to add similar to this ...
you would end up with errors somewhere in init-containers, I thought it was me failing to configure correct so shame I didn't save errors etc ...
If you didn't use any special chars which would have been misinterpreted by the double-quotes, then this might be unrelated. The config from above looks "simple" and should work as-is.
Did you have a special char in the secret?