Skip to content

Commit

Permalink
restartPolicy -> retryStrategy in examples (argoproj#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
simster7 authored and sarabala1979 committed Oct 23, 2019
1 parent 167d65b commit ebb25b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1061,9 +1061,10 @@ spec:
- name: influxdb
daemon: true # start influxdb as a daemon
retryStrategy:
limit: 10 # retry container if it fails
container:
image: influxdb:1.2
restartPolicy: Always # restart container if it fails
readinessProbe: # wait for readinessProbe to succeed
httpGet:
path: /ping
Expand Down

0 comments on commit ebb25b8

Please sign in to comment.