Skip to content
New issue

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

String not formatted properly when using cfg format #117

Closed
omerlh opened this issue Feb 26, 2019 · 0 comments · Fixed by #116
Closed

String not formatted properly when using cfg format #117

omerlh opened this issue Feb 26, 2019 · 0 comments · Fixed by #116
Labels
bug Something isn't working

Comments

@omerlh
Copy link
Contributor

omerlh commented Feb 26, 2019

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.

@omerlh omerlh added the bug Something isn't working label Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant