You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue 99: Generalize 'wait-deployments' to handle other rollouts like…
… StatefulSets (#125)
* Issue 99: Generalize 'wait-deployments' to handle other rollouts like StatefulSets
* Issue 99: Updated docs for 'wait-deployments'
* Issue 99: Updated docs for 'wait-deployments' to move some text to notes field.
Clarify k8s version in tag name (#100)
Having only 2 numbers as the tag name is confusing (eg `0.8.3-1.8` or `0.8-1.8` or `1.8`).
Better to make it clear second number is the k8s version (eg `0.8.3-k8s-1.8` or `0.8-k8s-1.8` or `k8s-1.8`).
Add available variables docs (#77)
* add default value to expand_env_vars
* document always available variables
* add doc for expanding env vars
* fix example
* update example with environment var
* add details about variable expansion