-
Notifications
You must be signed in to change notification settings - Fork 93
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 note to end of deployment #983
Conversation
Thanks for this. Only thing is that at the moment Maybe they shouldn't be, although an admin might like to remove initial_root_password from the YAML file after initial deployment, especially if they used a password they used elsewhere etc. So anyway, the point is that it is possible your log message will throw an error if those fields are omitted. Having said that, I wouldn't want to bet that everything functions correctly if you omit the fields and do |
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.
I commented on the main conversation thread.
Thanks for the info @danlester! The main reason I wanted to add this is due to the confusion around where the admin should go to change the (where is the main conversion thread?) |
Oh, I just added my original comment on the main PR, and then realised that maybe I was supposed to make a review, so I then just made a review with "I commented on the main conversation thread" in it. But it turns out GitHub just adds that to the same place anyway. So, basically just ignore my small second comment above! Anyway, I still think the code doesn't quite take into account the schema. It is possible to have I think you just need to do something like:
And then just use |
Closing for now since the PR #1003 added a message at the end of a deployment around these lines. We can improve upon it in another PR. Bellow is a sample.
|
Fixes | Closes | Resolves #
Changes:
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyTesting
Requires testing
In case you checked yes, did you write tests?
Further comments (optional)
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered and more.