summaryrefslogtreecommitdiff
path: root/spec/frontend/clusters/components/__snapshots__/applications_spec.js.snap
blob: 3328ec724fd013f544a1cc24ec237ba78f8fc1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Applications Cert-Manager application shows the correct description 1`] = `
<p
  data-testid="certManagerDescription"
>
  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 
  <a
    class="gl-link"
    href="https://letsencrypt.org/"
    rel="noopener noreferrer"
    target="_blank"
  >
    Let's Encrypt
  </a>
   and ensure that certificates are valid and up-to-date.
</p>
`;

exports[`Applications Cilium application shows the correct description 1`] = `
<p
  data-testid="ciliumDescription"
>
  Protect your clusters with GitLab Container Network Policies by enforcing how pods communicate with each other and other network endpoints. 
  <a
    class="gl-link"
    href="cilium-help-path"
    rel="noopener"
    target="_blank"
  >
    Learn more about configuring Network Policies here.
  </a>
</p>
`;

exports[`Applications Crossplane application shows the correct description 1`] = `
<p
  data-testid="crossplaneDescription"
>
  Crossplane enables declarative provisioning of managed services from your cloud of choice using 
  <code>
    kubectl
  </code>
   or 
  <a
    class="gl-link"
    href="https://docs.gitlab.com/ee/user/clusters/applications.html#crossplane"
    rel="noopener noreferrer"
    target="_blank"
  >
    GitLab Integration
  </a>
  . Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on.
</p>
`;

exports[`Applications Ingress application shows the correct warning message 1`] = `
<strong
  data-testid="ingressCostWarning"
>
  Installing Ingress may incur additional costs. Learn more about 
  <a
    class="gl-link"
    href="https://cloud.google.com/compute/pricing#lb"
    rel="noopener noreferrer"
    target="_blank"
  >
    pricing
  </a>
  .
</strong>
`;

exports[`Applications Knative application shows the correct description 1`] = `
<span
  data-testid="installedVia"
>
  installed via 
  <a
    class="gl-link"
    href=""
    rel="noopener"
    target="_blank"
  >
    Cloud Run
  </a>
</span>
`;

exports[`Applications Prometheus application shows the correct description 1`] = `
<span
  data-testid="prometheusDescription"
>
  Prometheus is an open-source monitoring system with 
  <a
    class="gl-link"
    href="https://docs.gitlab.com/ce/user/project/integrations/prometheus.html"
    rel="noopener noreferrer"
    target="_blank"
  >
    GitLab Integration
  </a>
   to monitor deployed applications.
</span>
`;