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

Added helm post install hook #401

Merged
merged 20 commits into from
Jan 31, 2022

Conversation

chatton
Copy link
Contributor

@chatton chatton commented Jan 25, 2022

All Submissions:

This PR introduces a new image. This image contains a binary which waits until an AtlasCluster reaches the ready state. Helm will not exit until it timeouts, or the clusters specified in Values.yaml are ready to serve traffic.

The new image can be found here https://quay.io/repository/mongodb/atlas-operator-post-install-hook?tab=tags

As we now have multiple main.gos. I've moved both under cmd and updated the corresponding paths.

  • Have you signed our CLA?
  • Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if there is one).

@chatton chatton marked this pull request as ready for review January 26, 2022 14:13
@@ -1,7 +1,7 @@
# checkout other hooks in https://pre-commit.com/hooks.html
repos:
- repo: https://github.com/golangci/golangci-lint
rev: v1.36.0
rev: v1.44.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

1.36.0 was not working on macOS

Copy link
Collaborator

@igor-karpukhin igor-karpukhin left a comment

Choose a reason for hiding this comment

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

Looks good!

@chatton chatton merged commit 7e25f8d into main Jan 31, 2022
@chatton chatton deleted the CLOUDP-90704_helm_should_return_after_cluster_creation branch January 31, 2022 09:32
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.

3 participants