We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1569a commit b7e00b2Copy full SHA for b7e00b2
make/photon/prepare/templates/jobservice/env.jinja
@@ -6,6 +6,8 @@ REGISTRY_CONTROLLER_URL={{registry_controller_url}}
6
JOBSERVICE_WEBHOOK_JOB_MAX_RETRY={{notification_webhook_job_max_retry}}
7
JOBSERVICE_WEBHOOK_JOB_HTTP_CLIENT_TIMEOUT={{notification_webhook_job_http_client_timeout}}
8
9
+LOG_LEVEL={{log_level}}
10
+
11
{%if internal_tls.enabled %}
12
INTERNAL_TLS_ENABLED=true
13
INTERNAL_TLS_TRUST_CA_PATH=/harbor_cust_cert/harbor_internal_ca.crt
0 commit comments