Skip to content

Commit

Permalink
Update pkg/controller/model/grafanaDeployment.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kevchu3 committed Feb 15, 2021
1 parent aa02f39 commit 7eec28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/controller/model/grafanaDeployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ func getInitContainers(cr *v1alpha1.Grafana, plugins string) []v13.Container {
image = fmt.Sprintf("%s:%s", repo, tag)
}


return []v13.Container{
{
Name: GrafanaInitContainerName,
Expand Down

0 comments on commit 7eec28c

Please sign in to comment.