diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-08-31 07:55:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-31 07:55:05 -0400 |
commit | 4436451212ce5d5cc43fcafee13ea7e344997f27 (patch) | |
tree | 457e3d9b9b74b6dd2b9705f4c8f222216316bb61 /roles/openshift_logging/defaults | |
parent | d57f27bf71f68ba91996bc4a0b1e79b3be956b7e (diff) | |
parent | 51a2d9dbadea02f22168629d44ff339b3c45d6d1 (diff) | |
download | openshift-4436451212ce5d5cc43fcafee13ea7e344997f27.tar.gz openshift-4436451212ce5d5cc43fcafee13ea7e344997f27.tar.bz2 openshift-4436451212ce5d5cc43fcafee13ea7e344997f27.tar.xz openshift-4436451212ce5d5cc43fcafee13ea7e344997f27.zip |
Merge pull request #5189 from wozniakjan/logging_purge_uninstall
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_logging/defaults')
-rw-r--r-- | roles/openshift_logging/defaults/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_logging/defaults/main.yml b/roles/openshift_logging/defaults/main.yml index f07d7e6da..716f0e002 100644 --- a/roles/openshift_logging/defaults/main.yml +++ b/roles/openshift_logging/defaults/main.yml @@ -8,6 +8,7 @@ openshift_logging_labels: {} openshift_logging_label_key: "" openshift_logging_label_value: "" openshift_logging_install_logging: True +openshift_logging_purge_logging: False openshift_logging_image_pull_secret: "{{ openshift_hosted_logging_image_pull_secret | default('') }}" openshift_logging_curator_default_days: 30 |