Commit Graph

2 Commits

Author SHA1 Message Date
Andrew Seigner c832d354f2
Fix resources yaml indentation (#3134)
The `_resources.yaml` partial hard-coded indentation, making it
cumbersome to use it in contexts that did not have a specific
indentation level.

Remove indentation from `_resources.yaml`, and instead specify required
indentation at the call site via `nindent`.

Fixes #3119

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-07-24 10:01:48 -07:00
Oliver Gould 93e7654eba
install: Replace EnableHA with resource values (#2572)
This change moves resource-templating logic into a dedicated template,
creates new values types to model kubernetes resource constraints, and
changes the `--ha` flag's behavior to create these resource templates
instead of hardcoding the resource constraints in the various templates.
2019-03-27 15:56:30 -07:00