Skip to content

Commit

Permalink
fix: traefik watch label for k3d (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoboomer authored Apr 21, 2023
1 parent 42cd5bd commit ee01d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k3d/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ func runK3d(cmd *cobra.Command, args []string) error {
// traefik
traefikDeployment, err := k8s.ReturnDeploymentObject(
kcfg.Clientset,
"kubernetes.io/name",
"app.kubernetes.io/name",
"traefik",
"kube-system",
240,
Expand Down

0 comments on commit ee01d88

Please sign in to comment.