Skip to content

Commit

Permalink
issue #9820
Browse files Browse the repository at this point in the history
  • Loading branch information
cooktheryan committed Aug 29, 2018
1 parent 0835c31 commit 60640ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/openshift_hosted/defaults/main.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ openshift_hosted_registry_serviceaccount: registry
openshift_hosted_registry_volumes: [] openshift_hosted_registry_volumes: []
openshift_hosted_registry_env_vars: {} openshift_hosted_registry_env_vars: {}
openshift_hosted_registry_clusterip: null openshift_hosted_registry_clusterip: null
openshift_hosted_registry_log_level: info


# These edits are being specified only to prevent 'changed' on rerun # These edits are being specified only to prevent 'changed' on rerun
openshift_hosted_registry_edits: openshift_hosted_registry_edits:
Expand Down
2 changes: 1 addition & 1 deletion roles/openshift_hosted/templates/registry_config.j2
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 0.1 version: 0.1
log: log:
level: debug level: {{ openshift_hosted_registry_log_level }}
http: http:
addr: :5000 addr: :5000
storage: storage:
Expand Down

0 comments on commit 60640ea

Please sign in to comment.