-
Notifications
You must be signed in to change notification settings - Fork 8
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
cli: inject initializer with contrast generate
#510
Conversation
|
contrast generate
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.
Thanks! Do you want to add the image replacements file to the released artifact in a future PR?
cf90fcb
to
b195d5f
Compare
I'll add the changes to the release artifacts here. I'll probably open a separate PR on this branch. |
db629c5
to
a393a0a
Compare
c22d65b
to
acce2e8
Compare
We also need to update the emojivoto demo docs. |
acce2e8
to
9af55e0
Compare
The
generate
command will now automatically inject the Initializer init container to all resources with thecontrast-cc
runtime. This can be disabled by either specifying the--skip-initializer
flag when callinggenerate
, or with thecontrast.edgeless.systems/skip-initializer
annotation set to"true"
for a specific resource.Release run: https://github.com/edgelesssys/contrast/actions/runs/9350903637