Files
deprecated-helm-charts/stable
Patrick LucasandVic Iglesias 688391f823 [stable/grafana] Improve curl invocation (#1463)
* [stable/grafana] Improve curl invocation

- Remove `-X POST` since it is redundant with `--data-binary` (curl
  warns about this when invoked with `-v`)
- Use `--max-time 10` to timeout/retry faster (When the Job is
  created at nearly the same time as the Deployment, it has a
  tendency to block for a long time on the first run before failing
  and retrying)

* Update Chart.yaml
2017-07-10 12:58:41 -07:00
..