mirror of
https://github.com/czhu12/canine.git
synced 2025-12-17 00:44:33 -06:00
added TODO
This commit is contained in:
4
TODO.md
4
TODO.md
@@ -12,4 +12,6 @@
|
||||
- [ ] Add connection tutorial to add on endpoints
|
||||
- [ ] Allow creating a one off pod even if there are no services or deployments yet.
|
||||
- [ ] Automatically detect node architecture for build target
|
||||
- [ ] The IP Address being reported in the DNS mapper is the private, instead of public, IP address.
|
||||
- [ ] The IP Address being reported in the DNS mapper is the private, instead of public, IP address.
|
||||
- [ ] Restart all services after add on update
|
||||
- [ ] *Updating a template variable after add on installation is not working*
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
class AddOns::InstallJob < ApplicationJob
|
||||
def perform(add_on)
|
||||
AddOns::InstallHelmChart.execute(add_on:)
|
||||
# TODO: Restart the service
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user