Skip to content

Commit

Permalink
fix: remove redundant method identical to super method in HelmMojo
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Satya <[email protected]>
  • Loading branch information
rohit-satya authored May 17, 2024
1 parent 8f2a7b2 commit 3e3b37a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.apache.maven.plugins.annotations.Parameter;
import org.apache.maven.project.MavenProjectHelper;
import org.eclipse.jkube.kit.resource.helm.GeneratedChartListener;
import org.eclipse.jkube.kit.resource.helm.HelmConfig;

/**
* Generates a Helm chart for the Kubernetes resources
Expand Down Expand Up @@ -71,8 +70,4 @@ protected File getKubernetesManifest() {
return kubernetesManifest;
}

@Override
protected HelmConfig.HelmType getDefaultHelmType() {
return HelmConfig.HelmType.KUBERNETES;
}
}

0 comments on commit 3e3b37a

Please sign in to comment.