Skip to content

Commit

Permalink
change name of subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorLeonHC authored and Thomas Eckert committed Dec 4, 2023
1 parent d556952 commit c0d0f73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (w *MeshWebhook) consulDataplaneSidecar(namespace corev1.Namespace, pod cor
PostStart: &corev1.LifecycleHandler{
Exec: &corev1.ExecAction{
Command: []string{
"/usr/local/bin/consul-dataplane", "-isup",
"/usr/local/bin/consul-dataplane", "graceful-startup",
},
},
},
Expand Down

0 comments on commit c0d0f73

Please sign in to comment.