Skip to content

Commit 76e65c7

Browse files
pfo-neticsynhershko
authored andcommitted
format dashboards.go
Signed-off-by: Peter Foldberg <[email protected]>
1 parent 61a6222 commit 76e65c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opensearch-operator/pkg/builders/dashboards.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ func NewDashboardsDeploymentForCR(cr *opsterv1.OpenSearchCluster, volumes []core
124124

125125
return &appsv1.Deployment{
126126
ObjectMeta: metav1.ObjectMeta{
127-
Name: cr.Name + "-dashboards",
128-
Namespace: cr.Namespace,
129-
Labels: labels,
127+
Name: cr.Name + "-dashboards",
128+
Namespace: cr.Namespace,
129+
Labels: labels,
130130
Annotations: annotations,
131131
},
132132
Spec: appsv1.DeploymentSpec{

0 commit comments

Comments
 (0)