Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Fix to remove the readiness probe in the operator yaml. #141

Merged
merged 1 commit into from
Jul 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions templates/grafana-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down