6ca2875c81
Added in functionality that allows users to use access armada as a plugin for helm. Closes 164 https://github.com/att-comdev/armada/issues/164 Change-Id: I6f43d373155454c713bff90977b1551357f22abe
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"
|