commit | a40276de265ab09e34b34f0c90c6bff65eb51b74 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Thu Dec 13 14:52:01 2018 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Fri Dec 14 12:45:29 2018 +0100 |
tree | 52405bb8874b8d6da94a4da294e8bd62ba76c71d | |
parent | e3213e06467af41b4c8212ef5f5ba6a410ab9b30 [diff] |
Convert sandbox_enabled value to string Environment variable requires string https://docs.docker.com/compose/compose-file/#args Change-Id: I831a16b275fbb2431a17c53c4f13f1a393309309 Related-bug: PROD-24686 (PROD:24686)
diff --git a/docker/swarm/stack/monitoring/sf_notifier.yml b/docker/swarm/stack/monitoring/sf_notifier.yml index a66286a..a171ce8 100644 --- a/docker/swarm/stack/monitoring/sf_notifier.yml +++ b/docker/swarm/stack/monitoring/sf_notifier.yml
@@ -41,4 +41,4 @@ SFDC_PASSWORD: "${_param:sf_notifier_sfdc_password}" SFDC_ORGANIZATION_ID: "${_param:sf_notifier_sfdc_organization_id}" SFDC_ENVIRONMENT_ID: "${_param:sf_notifier_sfdc_environment_id}" - SFDC_SANDBOX_ENABLED: ${_param:sf_notifier_sfdc_sandbox_enabled} + SFDC_SANDBOX_ENABLED: "${_param:sf_notifier_sfdc_sandbox_enabled}"