Skip to content

Commit

Permalink
Merge pull request #22 from six-group/remove-directory-watch
Browse files Browse the repository at this point in the history
remove directory
  • Loading branch information
snorwin committed Jan 15, 2024
2 parents 3abd317 + 7ee5c17 commit 79d91ca
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 79d91ca

Please sign in to comment.