-
Notifications
You must be signed in to change notification settings - Fork 13
L2 Cleanup #58
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
base: trunk/l2
Are you sure you want to change the base?
L2 Cleanup #58
Conversation
0ddbc2f to
8c1e831
Compare
|
This is ready for testing/review now. It shouldn't alter the behavior of the image in any way |
| # build op-rbuilder | ||
|
|
||
| if [ -f "l2/_op_rbuilder/mkosi.extra/usr/bin/op-rbuilder" ]; then | ||
| if [ -f "$SRCDIR/l2/_op_rbuilder/mkosi.extra/usr/bin/op-rbuilder" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion:
let's ditch all these if-elses whatsoever (they are no longer needed).
| mkosi-chroot chmod 0750 /etc/vault-agent/gomplate | ||
| mkosi-chroot sh -c "chmod 0640 /etc/vault-agent/gomplate/*" | ||
|
|
||
| # Create /etc/sysconfig for vault-agent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion:
this is not only for vault-agent, but for any systemd service that will need some secrets injected via env var.
| # Create /etc/sysconfig for vault-agent | |
| # Create /etc/sysconfig secrets injection |
49566f2 to
da8bcad
Compare
Addresses some review comments I left on the
trunk/l2branch