We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7b2e36 commit 84d2d24Copy full SHA for 84d2d24
controllers/reconcilers/grafana/ingress_reconciler.go
@@ -45,7 +45,7 @@ func (r *IngressReconciler) Reconcile(ctx context.Context, cr *v1beta1.Grafana,
45
}
46
47
func (r *IngressReconciler) reconcileIngress(ctx context.Context, cr *v1beta1.Grafana, status *v1beta1.GrafanaStatus, _ *v1beta1.OperatorReconcileVars, scheme *runtime.Scheme) (v1beta1.OperatorStageStatus, error) {
48
- if cr.Spec.Ingress == nil || len(cr.Spec.Ingress.Spec.Rules) == 0 {
+ if cr.Spec.Ingress == nil {
49
return v1beta1.OperatorStageResultSuccess, nil
50
51
0 commit comments