Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sophon-zt committed Nov 21, 2024
1 parent 949fa18 commit 58a161a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/render/template_render.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (r *templateRenderWrapper) RenderComponentTemplate(
}

// RenderConfigMapTemplate renders config file using template engine
func (r *templateRenderWrapper) RenderConfigMapTemplate(templateSpec appsv1.ComponentTemplateSpec, ) (map[string]string, error) {
func (r *templateRenderWrapper) RenderConfigMapTemplate(templateSpec appsv1.ComponentTemplateSpec) (map[string]string, error) {
cmObj := &corev1.ConfigMap{}
// Require template configmap exist
if err := r.cli.Get(r.ctx, client.ObjectKey{
Expand Down

0 comments on commit 58a161a

Please sign in to comment.