gitlab-org--gitlab-foss/lib/gitlab/kubernetes/helm
Thong Kuah c7d50ddf55 Fix connection to Tiller error while uninstalling
Both the `install-<app>` and `uninstall-<app>` pods loads the
`values-content-configuration-<app>` configmap into the pod
(see `#volume_specification`). This configmap contains the cert
necessary to connect to Tiller. The cert though is only valid for 30
minutes.

So this fixes the bug where the configmap when uninstalling should be
updated as well.
2019-06-05 00:07:47 +12:00
..
api.rb Fix connection to Tiller error while uninstalling 2019-06-05 00:07:47 +12:00
base_command.rb
certificate.rb
client_command.rb
delete_command.rb Implement commands to uninstall cluster applications 2019-04-16 09:10:11 +10:00
init_command.rb
install_command.rb
pod.rb