-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add ementas service with Pulumi #64
Conversation
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.
Excellent work, Pulumi seems great and might give us the power to simplify certain types of deployments :)
I haven't tested it yet, but just by reviewing the code I found some concerns:
|
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.
Please change the way that clustersecret crds are created because clustersecret.io has probably expired :(
zakkg3/ClusterSecret#138
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.
Excellent work, congrats 🎉! Please open a separate issue to address proper partial deployments, because it's really useful for development.
Closes #35.
Closes #47.
This PR deploys the NIAEFEUP/nimentas-sasup service using Pulumi.
Also contains a small change to
services/cert-manager/deploy-dev.sh
due to some issues in starting the dev cluster.