From 8c7f4e9d5f36cff46365a7f8c4b9c21578c1e781 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 18 Jun 2020 11:18:50 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-1-stable-ee --- .../__snapshots__/applications_spec.js.snap | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap (limited to 'spec/frontend/clusters/components/__snapshots__') diff --git a/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap b/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap new file mode 100644 index 00000000000..92237590550 --- /dev/null +++ b/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap @@ -0,0 +1,89 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Applications Cert-Manager application shows the correct description 1`] = ` +

+ Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by + + Let's Encrypt + + and ensure that certificates are valid and up-to-date. +

+`; + +exports[`Applications Crossplane application shows the correct description 1`] = ` +

+ Crossplane enables declarative provisioning of managed services from your cloud of choice using + + kubectl + + or + + GitLab Integration + + . Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on. +

+`; + +exports[`Applications Ingress application shows the correct warning message 1`] = ` + + Installing Ingress may incur additional costs. Learn more about + + pricing + + . + +`; + +exports[`Applications Knative application shows the correct description 1`] = ` + + installed via + + Cloud Run + + +`; + +exports[`Applications Prometheus application shows the correct description 1`] = ` + + Prometheus is an open-source monitoring system with + + GitLab Integration + + to monitor deployed applications. + +`; -- cgit v1.2.3