Browse Source

Merge pull request #2200 from porter-dev/belanger/add-additional-subnet-opt

Add additional subnet option to EKS form
abelanger5 3 năm trước cách đây
mục cha
commit
a286c46f0a
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      api/server/handlers/infra/forms.go

+ 5 - 0
api/server/handlers/infra/forms.go

@@ -557,6 +557,11 @@ tabs:
       placeholder: "ex: 10.99"
       settings:
         default: "10.99"
+    - type: checkbox
+      label: "Add additional private subnets to the cluster in each AZ."
+      variable: additional_private_subnets
+      settings:
+        default: false
   - name: nginx_settings
     contents:
     - type: heading