
- adding .editorconfig file - minor cleanup in various files related to .editorconfig - typos, whitespace, etc. - other general housekeeping items on the codebase Change-Id: I104f8dcb06aafb180da12f7ee4c0ded41fc07b9d
12 lines
511 B
YAML
12 lines
511 B
YAML
name: "armada"
|
|
version: "0.0.3"
|
|
usage: "Manages multiple Helm charts with a centralized Armada yaml"
|
|
description: |-
|
|
This plugin provides Helm access to Armada. A tool for managing multiple Helm charts with dependencies by centralizing all configurations in a single Armada yaml and providing lifecycle hooks for all Helm releases
|
|
usage:
|
|
$ helm armada tiller --status
|
|
$ helm armada apply /examples/openstack-helm.yaml
|
|
ignoreFlags: false
|
|
useTunnel: false
|
|
command: "sh $HELM_PLUGIN_DIR/controller.sh"
|