You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* removing empty deployment from db creation
we could move this back to deployable backend if we see the need
this causes an error while spinning up user-auth db because project
namespace is not created
* fix reference to undeclared variables
* allow notification secrets to partially exist
* fixup! allow notification secrets to partially exist
* fix user-auth domain name ended up with extra dot
* fix user-auth db-endpoint failure due to ext-svc
* fixup! fix user-auth db-endpoint failure due to ext-svc
* fixup! fixup! fix user-auth db-endpoint failure due to ext-svc
* elasticsearch seems to only allow https
description="If enabled, will inject slack_api_key env-vars from secret manager to notification service"
112
+
type=bool
113
+
default=false
114
+
}
115
+
116
+
variable"notification_service_sendgrid_enabled" {
117
+
description="If enabled, will inject sendgrid_api_key env-vars from secret manager to notification service"
118
+
type=bool
119
+
default=false
120
+
}
121
+
110
122
variable"notification_service_highly_available" {
111
123
description="If enabled, will make sure a minimum of 2 pods are running and use a horizontal pod autoscaler to make scale the number of pods based on CPU. Recommended for Production."
0 commit comments