From 8a07fd2ecb9ff21a0c694eb684728955eb6fffaf Mon Sep 17 00:00:00 2001 From: Rajagopalan Ranganathan Date: Thu, 2 Jul 2020 13:40:12 +0100 Subject: [PATCH] Fix to remove the readiness probe in the operator yaml. JIRA Link: https://issues.redhat.com/browse/INTLY-8046 The removal of readiness probe from the operator yaml was missed in the previous PR. this cause the pod to not transition into ready state. --- templates/grafana-operator.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/grafana-operator.yaml b/templates/grafana-operator.yaml index e4cf4a3f..da6fbb9f 100644 --- a/templates/grafana-operator.yaml +++ b/templates/grafana-operator.yaml @@ -27,14 +27,6 @@ spec: command: - "{{ .GrafanaOperatorName }}" imagePullPolicy: Always - readinessProbe: - exec: - command: - - stat - - /tmp/operator-sdk-ready - initialDelaySeconds: 4 - periodSeconds: 10 - failureThreshold: 1 env: - name: TEMPLATE_PATH value: /usr/local/bin/templates