Skip to content

Commit

Permalink
Fix invalid helloworld example (#4780)
Browse files Browse the repository at this point in the history
This patch makes a tiny fix which removes invalid setting in
configuration example.

After #4731, `periodSeconds`
needs to be set with `failureThreshold` and `timeoutSeconds`. This
patch simply removes `periodSeconds` from the config.
  • Loading branch information
nak3 authored and knative-prow-robot committed Sep 29, 2019
1 parent ec457ad commit c850158
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_images/helloworld/helloworld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
httpGet:
path: /
initialDelaySeconds: 3
periodSeconds: 3
---
apiVersion: serving.knative.dev/v1
kind: Route
Expand Down

0 comments on commit c850158

Please sign in to comment.