Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 committed Nov 14, 2024
1 parent c0233f4 commit 23ff17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/kube/resources/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func CreateDeployment(ctx context.Context, client kube.Client, name, namespace,
ObjectMeta: metav1.ObjectMeta{
Name: name,
Labels: map[string]string{
"app.kubernetes.io/name": name,
"app.kubernetes.io/created-by:": "kyma-cli",
"app.kubernetes.io/name": name,
"app.kubernetes.io/created-by": "kyma-cli",
},
},
Spec: appsv1.DeploymentSpec{
Expand Down

0 comments on commit 23ff17f

Please sign in to comment.