瀏覽代碼

POR-1778 prevent env from being cleared out on revert (#3612)

ianedwards 2 年之前
父節點
當前提交
46ce6556b2

+ 2 - 1
dashboard/src/main/home/app-dashboard/validate-apply/revisions-list/RevisionsList.tsx

@@ -83,7 +83,8 @@ const RevisionsList: React.FC<Props> = ({
       clientAppFromProto({
       clientAppFromProto({
         proto: revertData.app,
         proto: revertData.app,
         overrides: servicesFromYaml,
         overrides: servicesFromYaml,
-        
+        variables: revertData.variables,
+        secrets: revertData.secrets,
       })
       })
     );
     );
     setRevertData(null);
     setRevertData(null);