Force Applying Changes

Warning: This is for Advanced Users only!

By default, SevOne Data Insight does not ship with Helm configured and requires you to go through sevone-cli to apply the changes. This ensures that any misconfigurations or issues with the deployment will be automatically rolled back.

However, this takes a bit of time to complete since Helm waits for all the pods to successfully start up before finishing. If you know what you are doing, you can disable Helm's rollback behavior to force the upgrade of SevOne Data Insight's helm chart.

  1. Add variable atomic to /etc/ansible/group_vars/all/di.yaml.
    
    app_di:
      chart: di
      enabled: true name: di
      namespace: default 
      atomic: false
    
  2. Apply the change.
    
    $ sevone-cli playbook up --tags apps