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
usernameFromEnv: <admin-user> # Optional: Provide admin username from env instead of as a secret
25
25
passwordFromEnv: <admin-password> # Optional: Provide admin password from env instead of as a secret
26
+
unsafeSsl: <SSL enabled/disabled> # OPTIONAL - Set 'true' for unsafe SSL. Default: false
26
27
```
27
28
28
29
**Parameter list:**
@@ -35,6 +36,7 @@ triggers:
35
36
- `activationQueueDepth`- Target value for activating the scaler. Learn more about activation [here](./../concepts/scaling-deployments.md#activating-and-scaling-thresholds). (Default: `0`, Optional)
36
37
- `usernameFromEnv`- Provide admin username from env instead of as a secret. (Optional)
37
38
- `passwordFromEnv`- Provide admin password from env instead of as a secret. (Optional)
0 commit comments