We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b6e62 commit 78ac73eCopy full SHA for 78ac73e
controllers/argocd/statefulset.go
@@ -278,17 +278,6 @@ func (r *ReconcileArgoCD) reconcileRedisStatefulSet(cr *argoproj.ArgoCD) error {
278
Type: "RuntimeDefault",
279
},
280
281
- Lifecycle: &corev1.Lifecycle{
282
- PostStart: &corev1.LifecycleHandler{
283
- Exec: &corev1.ExecAction{
284
- Command: []string{
285
- "/bin/sh",
286
- "-c",
287
- "sleep 30; redis-cli -p 26379 sentinel reset argocd",
288
- },
289
290
291
292
VolumeMounts: []corev1.VolumeMount{
293
{
294
MountPath: "/data",
0 commit comments