gitlab-org--gitlab-foss/lib/gitlab/kubernetes
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
..
helm Fix connection to Tiller error while uninstalling 2019-06-05 00:07:47 +12:00
cluster_role_binding.rb Enable Kubernetes RBAC for GitLab Managed Apps for existing clusters 2018-09-06 10:03:38 +00:00
config_map.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
errors.rb Add changelog entry 2019-05-27 08:23:17 +00:00
helm.rb Revert "Merge branch 'bump_kubernetes_1_11_9' into 'master'" 2019-04-05 20:22:50 +00:00
kube_client.rb Do not allow local urls in Kubernetes form 2019-02-21 23:16:11 +13:00
logger.rb Use JSON logging for helm install services 2018-11-27 15:23:02 +01:00
namespace.rb Add more info logging to cluster apps 2019-04-10 06:38:27 +00:00
pod.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
role_binding.rb Incorporates Kubernetes Namespace into Cluster's flow 2018-11-02 15:46:15 +00:00
service_account.rb Enable Kubernetes RBAC for GitLab Managed Apps for existing clusters 2018-09-06 10:03:38 +00:00
service_account_token.rb Teach GitLab how to create Secret of type ServiceAccountToken 2018-09-14 16:26:51 +12:00