Skip to content

Commit

Permalink
add helm tabs regardless of build (#3799)
Browse files Browse the repository at this point in the history
Co-authored-by: David Townley <[email protected]>
  • Loading branch information
d-g-town and David Townley authored Oct 11, 2023
1 parent 3602c36 commit 0cfdbaf
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,14 +407,13 @@ const AppDataContainer: React.FC<AppDataContainerProps> = ({ tabParam }) => {
label: "Build Settings",
value: "build-settings",
});
base.push({ label: "Settings", value: "settings" });
return base;
} else {
base.push({
label: "Image Settings",
value: "image-settings",
});
}

base.push({
label: "Image Settings",
value: "image-settings",
});
{(currentProject?.helm_values_enabled || user?.isPorterUser) &&
base.push({ label: "Helm Overrides", value: "helm-overrides" });
}
Expand Down

0 comments on commit 0cfdbaf

Please sign in to comment.