We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to deploy oauth2 proxy, and use Kamus to create a configuration file for it. I need to have something like:
client_secret="<secret>"
But when trying to use Kamus I'm getting (using the cfg format):
client_secret=<secret>
I need that the init container will be able to create the string with Quotation marks.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm trying to deploy oauth2 proxy, and use Kamus to create a configuration file for it. I need to have something like:
But when trying to use Kamus I'm getting (using the cfg format):
I need that the init container will be able to create the string with Quotation marks.
The text was updated successfully, but these errors were encountered: