Преглед изворни кода

Merge branch 'master' into staging

Stefan McShane пре 3 година
родитељ
комит
59d788b97d
1 измењених фајлова са 0 додато и 9 уклоњено
  1. 0 9
      dashboard/src/main/home/provisioner/AWSFormSection.tsx

+ 0 - 9
dashboard/src/main/home/provisioner/AWSFormSection.tsx

@@ -397,15 +397,6 @@ const AWSFormSectionFC: React.FC<PropsType> = (props) => {
           </Highlight>
           .
         </Helper>
-        <CheckboxRow
-          isRequired={false}
-          checked={kmsEncryptionEnabled}
-          toggle={() => {
-            setIsFormDirty(true);
-            setKmsEncryptionEnabled(!kmsEncryptionEnabled);
-          }}
-          label="Enable KMS encryption of secrets in kubernetes cluster. This will incur costs according to KMS pricing in your region. A KMS Key will be created for you."
-        />
         <CheckboxRow
           isRequired={true}
           checked={provisionConfirmed}