From e8d2c2579383897a1dd7f9debd359abe8ae8373d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 20 Jul 2021 09:55:51 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-1-stable-ee --- .../__snapshots__/applications_spec.js.snap | 105 --------------------- 1 file changed, 105 deletions(-) delete mode 100644 spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap (limited to 'spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap') diff --git a/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap b/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap deleted file mode 100644 index c2ace1b4e30..00000000000 --- a/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap +++ /dev/null @@ -1,105 +0,0 @@ -// 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 Cilium application shows the correct description 1`] = ` -

- Protect your clusters with GitLab Container Network Policies by enforcing how pods communicate with each other and other network endpoints. - - Learn more about configuring Network Policies here. - -

-`; - -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