# Install ``` helm plugin install https://opendev.org/openstack/openstack-helm-plugin.git ``` # Uninstall ``` helm plugin uninstall osh ``` # Usage ## get-values-overrides Get Helm values overrides for a set of features. If 3 features are passed, then the overrides will be looked up in the following order: ``` //values_overrides/.yaml //values_overrides/.yaml //values_overrides/-.yaml //values_overrides/.yaml //values_overrides/-.yaml //values_overrides/-.yaml //values_overrides/--.yaml ``` If you think of the features as bits of a binary number where is the least significant bit, then the order corresponds to all numbers from 001 to 111 in binary representation. Usage: ``` get-values-overrides ... [flags] ``` Flags: ``` -c, --chart string Chart to get the overrides for -d, --download Download the overrides from the internet if not found in the path (default: false) -h, --help help for get-values-overrides -p, --path string Path to the overrides (default "$(pwd)") -s, --subchart string Subchart to get the overrides for -u, --url string Base url to download overrides (default "https://opendev.org/openstack/openstack-helm/raw/branch/master") ``` ## wait-for-pods KUBECONFIG must be set properly. ``` helm osh wait-for-pods [timeout] ```