You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/atlas-operator/values.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,11 @@ mongodb-atlas-operator-crds:
18
18
# atlasURI is the URI of the MongoDB Atlas. You should not change this value.
19
19
atlasURI: https://cloud.mongodb.com/
20
20
21
+
# objectDeletionProtection defines the operator will not delete Atlas resource when a Custom Resource is deleted
22
+
objectDeletionProtection: true
23
+
# subobjectDeletionProtection defines that the operator will not overwrite (and consequently delete) subresources that were not previously created by the operator
24
+
subobjectDeletionProtection: true
25
+
21
26
# globalConnectionSecret is a default "global" Secret containing Atlas
0 commit comments