@crossdelta/infrastructure 0.2.17 → 0.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -311752,7 +311752,7 @@ function buildDropletServices(options) {
|
|
|
311752
311752
|
initialFilesystemType: "ext4",
|
|
311753
311753
|
description: volumeConfig.description || `Persistent storage for ${volumeConfig.name}`
|
|
311754
311754
|
}, {
|
|
311755
|
-
ignoreChanges: ["description"],
|
|
311755
|
+
ignoreChanges: ["description", "initialFilesystemType"],
|
|
311756
311756
|
retainOnDelete: true
|
|
311757
311757
|
});
|
|
311758
311758
|
}
|
package/dist/index.js
CHANGED
|
@@ -311689,7 +311689,7 @@ function buildDropletServices(options) {
|
|
|
311689
311689
|
initialFilesystemType: "ext4",
|
|
311690
311690
|
description: volumeConfig.description || `Persistent storage for ${volumeConfig.name}`
|
|
311691
311691
|
}, {
|
|
311692
|
-
ignoreChanges: ["description"],
|
|
311692
|
+
ignoreChanges: ["description", "initialFilesystemType"],
|
|
311693
311693
|
retainOnDelete: true
|
|
311694
311694
|
});
|
|
311695
311695
|
}
|