@flowfuse/driver-kubernetes 2.7.0 → 2.7.1-5451a2f-202408270817.0

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.
Files changed (2) hide show
  1. package/lib/aws-efs.js +3 -2
  2. package/package.json +1 -1
package/lib/aws-efs.js CHANGED
@@ -31,7 +31,8 @@ async function lookupStorageClass (tagName) {
31
31
  if (found) {
32
32
  // console.log(storageClass)
33
33
  const apParams = {
34
- FileSystemId: fsList.FileSystems[i].FileSystemId
34
+ FileSystemId: fsList.FileSystems[i].FileSystemId,
35
+ MaxResults: 999
35
36
  }
36
37
  // console.log(apParams)
37
38
  const apListCommand = new DescribeAccessPointsCommand(apParams)
@@ -51,4 +52,4 @@ async function lookupStorageClass (tagName) {
51
52
 
52
53
  module.exports = {
53
54
  lookupStorageClass
54
- }
55
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/driver-kubernetes",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-5451a2f-202408270817.0",
4
4
  "description": "Kubernetes driver for FlowFuse",
5
5
  "main": "kubernetes.js",
6
6
  "scripts": {