-
Notifications
You must be signed in to change notification settings - Fork 12
Add initContainers to wait for db and it's bootstrap. #194
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
Conversation
360149e to
25c868e
Compare
7e39cb7 to
3d6f35b
Compare
3d6f35b to
2403fff
Compare
vincentsarago
left a comment
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.
🚀
| app: {{ $serviceName }}-{{ $.Release.Name }} | ||
| spec: | ||
| serviceAccountName: eoapi-sa-{{ $.Release.Name }} | ||
| {{- if eq $serviceName "stac" }} |
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 worry a bit about these conditionals - if we start having more conditionals for each service, this seems like it could get ugly real quick. This is definitely fine for now, but this is something I'd think about and revisit as soon as we have even another conditional for a specific service.
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.
Totally agree. This was one (unrelated) attempt to reduce conditionals: #161
No description provided.