Skip to content

Commit

Permalink
remove directory watch as all files change on a configmap reload (sym…
Browse files Browse the repository at this point in the history
…link replace)
  • Loading branch information
m-terra committed Jan 12, 2024
1 parent 3abd317 commit 7ee5c17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/instance/statefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ func (r *Reconciler) reconcileStatefulSet(ctx context.Context, instance *proxyv1
ImagePullPolicy: instance.Spec.ImagePullPolicy,
Env: []corev1.EnvVar{
{Name: "HAPROXY_SOCKET", Value: "/var/lib/haproxy/run/haproxy.sock"},
{Name: "WATCH_PATH", Value: "/usr/local/etc/haproxy"},
},
VolumeMounts: []corev1.VolumeMount{
{
Expand Down

0 comments on commit 7ee5c17

Please sign in to comment.