Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix yaml parse error: @ cannot start a string (#80)
* FIx yaml parse error: @ cannot start a string Helm 3.5.0 (not tested with earlier versions) The `schedule` var value is `@hourly`. The `@` produces this error: > error converting YAML to JSON: yaml: line 47: found character that cannot start any token Quoting the string fixes the issue. * Update cronjob.yaml Updated by PR comment Co-authored-by: Øystein Bedin <oybed@users.noreply.github.com>
- Loading branch information