Skip to content
Snippets Groups Projects
Commit cb5f3395 authored by OZGCloud's avatar OZGCloud
Browse files

ozg-2969 disable namespace update

parent 2702e3b8
No related branches found
No related tags found
No related merge requests found
...@@ -456,7 +456,8 @@ Void rolloutKopStack(String bezeichner, String stage) { ...@@ -456,7 +456,8 @@ Void rolloutKopStack(String bezeichner, String stage) {
"kop_postfach_api_key":"", \ "kop_postfach_api_key":"", \
"install_afm_adapter":false, \ "install_afm_adapter":false, \
"install_fs_adapter":false, \ "install_fs_adapter":false, \
"external_db_enabled":false}""" "external_db_enabled":false \
"disable_update":true}"""
sh "ansible-playbook playbook/rollout.yml --extra-vars '${ansibleVars}'" sh "ansible-playbook playbook/rollout.yml --extra-vars '${ansibleVars}'"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment