Skip to content

Commit

Permalink
Use boolean as default
Browse files Browse the repository at this point in the history
  • Loading branch information
raelga committed Jun 23, 2020
1 parent 88a0ad6 commit 8280b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/zync/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image_tag: "nightly"
## Zync Deployment
zync_replicas: 3
### Zync Deployment Env
zync_env_rails_log_to_stdout: "false"
zync_env_rails_log_to_stdout: false
zync_env_rails_env: dev
zync_env_db_wait_sleep_seconds: 30
### Zync Deployment Resources
Expand All @@ -30,7 +30,7 @@ zync_readiness_probe_failure_threshold: 3
## Zync-Que Deployment
que_replicas: 3
### Zync Deployment Env
que_env_rails_log_to_stdout: "false"
que_env_rails_log_to_stdout: false
que_env_rails_env: dev
### Zync-Que Deployment Resources
que_resources_requests_cpu: "250m"
Expand Down

0 comments on commit 8280b17

Please sign in to comment.