diff options
author | Tiger <twatson@gitlab.com> | 2019-07-25 16:23:50 +1000 |
---|---|---|
committer | Tiger <twatson@gitlab.com> | 2019-08-05 09:20:34 +1000 |
commit | cfe8024e70ed45517311f1700f9e69a2f15d395e (patch) | |
tree | 8bd91be112bd8496b0553d817fd7e5acaa1a9eba /app/assets/javascripts/clusters | |
parent | 5ebbe95ad3211e4a751c38919ed7d31a6a0d5d50 (diff) | |
download | gitlab-ce-cfe8024e70ed45517311f1700f9e69a2f15d395e.tar.gz |
Allow Cert-Manager to be uninstalled60664-kubernetes-applications-uninstall-cert-manager
Our current version of Cert-Manager does not uninstall
cleanly, and we must manually remove custom resource
definitions.
Diffstat (limited to 'app/assets/javascripts/clusters')
-rw-r--r-- | app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue b/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue index e067eb13c54..4f60e543666 100644 --- a/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue +++ b/app/assets/javascripts/clusters/components/uninstall_application_confirmation_modal.vue @@ -12,7 +12,7 @@ const CUSTOM_APP_WARNING_TEXT = { 'ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored.', ), [CERT_MANAGER]: s__( - 'ClusterIntegration|The associated certifcate will be deleted and cannot be restored.', + 'ClusterIntegration|The associated private key will be deleted and cannot be restored.', ), [PROMETHEUS]: s__('ClusterIntegration|All data will be deleted and cannot be restored.'), [RUNNER]: s__('ClusterIntegration|Any running pipelines will be canceled.'), |