Skip to content

Commit dcb5d71

Browse files
committed
fix(helm-template): change api_version type from number to string in HelmTemplate component
1 parent ed7c721 commit dcb5d71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/helm-template/helm-template.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const HelmTemplate: FC = () => {
3636
});
3737

3838
const defaultValues = {
39-
api_version: 1,
39+
api_version: "1",
4040
pods: [
4141
{
4242
name: '',

0 commit comments

Comments
 (0)