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

Add support for templating in init-container #204

Merged
merged 10 commits into from
May 28, 2019
Merged

Add support for templating in init-container #204

merged 10 commits into from
May 28, 2019

Conversation

omerlh
Copy link
Contributor

@omerlh omerlh commented May 22, 2019

close #141 #202

@omerlh omerlh requested a review from shaikatz May 22, 2019 13:31
```
5. Now you can run the init container:
```
node index.js -e encrypted -d decrypted -n output.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explain what is encrypted ? is a folder? is it a file?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a folder - I put it there with some ready-made encrypted content that is ready for debugging

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I mean, it needs to be more clear in the MD.

```
{
"secrets": [] //array of the decretyped items, key value pairs.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unclear what is the template input is ?

shaikatz
shaikatz previously approved these changes May 27, 2019
Copy link
Contributor

@shaikatz shaikatz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool Improvement!
Added some comments regards documentation.

Thank!

@omerlh omerlh merged commit 0bf9006 into master May 28, 2019
@omerlh omerlh deleted the templating branch May 28, 2019 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add yaml support to init container
2 participants