Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 961 Bytes

deployment_spec_defaults.md

File metadata and controls

26 lines (19 loc) · 961 Bytes
layout title parent
page
Restore defaults from last accepted state of deployment
List of all features

Restore defaults from last accepted state of deployment

Overview

ArangoDeployment has a lot of fields, which have default values. If --deployment.feature.deployment-spec-defaults-restore is enabled (which is by default), then the operator will restore the default values from the last accepted state of the deployment.

E.g., if user removes the spec.dbservers field from the deployment, then the operator will restore the default value of this field back.

How to use