openstack-helm-addons/sonobuoy
Dustin Specker df0aec7976 add post-upgrade hook and deletion policy to readonly SA token secret
Before, the secret was not getting installed when upgrading from a
previous version of this chart without the secret. On clean install it
was working.

Now, with the addition of the post-upgrade hook this chart will install
the secret correctly when upgrading from a previous version without this
secret.

The deletion policy is required for sequential upgrades. Tiller
does not keep track of resources installed via post-{install,upgrade}
hooks, this causes an "Already exists" error when upgrading without this
hook. With this hook, the secret will be deleted before upgrading,
which will then install this resource.


Change-Id: Ia3af5af8bcf28cae3ad31f427068a025a5a4c7fd
2019-01-28 20:28:22 +00:00
..
templates add post-upgrade hook and deletion policy to readonly SA token secret 2019-01-28 20:28:22 +00:00
Chart.yaml Add Sonobuoy chart 2018-10-03 10:52:21 -05:00
requirements.yaml Add Sonobuoy chart 2018-10-03 10:52:21 -05:00
values.yaml Add readonly ServiceAccount in Sonobuoy chart 2019-01-22 14:26:05 +00:00