Skip to content

Commit 1624d5d

Browse files
authored
Update email address (#4254)
1 parent 6dbbe06 commit 1624d5d

File tree

122 files changed

+152
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+152
-152
lines changed

ui/components/Footer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function Footer({ className }: Props) {
4646
<LeftFoot>
4747
<Text noWrap>Need help? Contact us at</Text>
4848
<Spacer padding="xxs" />
49-
<Link newTab href="mailto:sales@weaveworks.org">
50-
sales@weaveworks.org
49+
<Link newTab href="mailto:info@weaveworks.org">
50+
info@weaveworks.org
5151
</Link>
5252
</LeftFoot>
5353
<RightFoot>

ui/components/__tests__/__snapshots__/Footer.test.tsx.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ exports[`Footer snapshots default 1`] = `
116116
/>
117117
<a
118118
class="c5 Link"
119-
href="mailto:sales@weaveworks.org"
119+
href="mailto:info@weaveworks.org"
120120
rel="noreferrer"
121121
target="_blank"
122122
>
123123
<span
124124
class="c6"
125125
color="primary"
126126
>
127-
sales@weaveworks.org
127+
info@weaveworks.org
128128
</span>
129129
</a>
130130
</div>
@@ -315,15 +315,15 @@ exports[`Footer snapshots no api version 1`] = `
315315
/>
316316
<a
317317
class="c5 Link"
318-
href="mailto:sales@weaveworks.org"
318+
href="mailto:info@weaveworks.org"
319319
rel="noreferrer"
320320
target="_blank"
321321
>
322322
<span
323323
class="c6"
324324
color="primary"
325325
>
326-
sales@weaveworks.org
326+
info@weaveworks.org
327327
</span>
328328
</a>
329329
</div>

website/docs/enterprise/getting-started/install-enterprise-azure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you are planning to manage or connect CAPI clusters to the WE service make su
3535

3636
## 2. Apply the Entitlements Secret
3737

38-
Contact sales@weaveworks.org for a valid entitlements secret. This will come in the form of a file “entitlements.yaml”. Apply it to the cluster:
38+
Contact info@weaveworks.org for a valid entitlements secret. This will come in the form of a file “entitlements.yaml”. Apply it to the cluster:
3939

4040
```
4141
kubectl apply -f entitlements.yaml

website/docs/enterprise/getting-started/install-enterprise-cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ For SSH, `private key path` & `private key password`. For HTTPS, `username` and
120120

121121
Weave GitOps Enterprise Entitlement is your obtained license to use our product. The Entitlements file is a Kubernetes secret that contains your licence.
122122
`Bootstrapping` checks that the secret exists on the management cluster, and that it is valid will check if it has valid content and the entitlement is not expired.
123-
To get the entitlement secret please contact *sales@weaveworks.org*, then apply it on your management cluster with the name `weave-gitops-enterprise-credentials` under `flux-system` namespace.
123+
To get the entitlement secret please contact *info@weaveworks.org*, then apply it on your management cluster with the name `weave-gitops-enterprise-credentials` under `flux-system` namespace.
124124

125125
#### Configure Git Access
126126

website/docs/enterprise/getting-started/install-enterprise.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import oauthAzureDevOpsSuccess from '/img/oauth-azure-devops-success.png';
1515
# Install Weave GitOps Enterprise<TierLabel tiers="Enterprise" />
1616

1717
:::info
18-
To purchase an entitlement to Weave GitOps Enterprise, please contact [sales@weaveworks.org](mailto:sales@weaveworks.org).
18+
To purchase an entitlement to Weave GitOps Enterprise, please contact [info@weaveworks.org](mailto:info@weaveworks.org).
1919
:::
2020

2121
Follow the instructions on this page to:
@@ -115,7 +115,7 @@ At this point your Flux management cluster should be running. Take a look at the
115115

116116
### Apply Your Entitlements Secret to Your Cluster
117117

118-
As noted above, you receive your entitlements secret by contacting sales@weaveworks.org. Use this command to apply it to the cluster:
118+
As noted above, you receive your entitlements secret by contacting info@weaveworks.org. Use this command to apply it to the cluster:
119119

120120
```bash
121121
kubectl apply -f entitlements.yaml

website/docs/enterprise/getting-started/intro-enterprise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Link from "@docusaurus/Link";
88
# Weave GitOps Enterprise <TierLabel tiers="Enterprise" />
99

1010
:::tip Ready for more GitOps?
11-
To purchase an entitlement to Weave GitOps Enterprise, please contact [sales@weaveworks.org](mailto:sales@weaveworks.org).
11+
To purchase an entitlement to Weave GitOps Enterprise, please contact [info@weaveworks.org](mailto:info@weaveworks.org).
1212
:::
1313

1414
Weave GitOps Enterprise provides ops teams with an easy way to assess the

website/docs/intro-weave-gitops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This user guide provides content that will help you to install and get started w
2727

2828
:::tip
2929
Want to learn more about how [Weave GitOps Enterprise](./enterprise/getting-started/intro-enterprise.mdx) can help your team?
30-
Get in touch with sales@weaveworks.org to discuss your needs.
30+
Get in touch with info@weaveworks.org to discuss your needs.
3131
:::
3232

3333
Weave GitOps works on any Chromium-based browser (Chrome, Opera, Microsoft Edge), Safari, and Firefox. We only support the latest and prior two versions of these browsers.

website/docs/open-source/getting-started/ui-OSS.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pagination_next: open-source/getting-started/deploy-OSS
99
The Weave GitOps user interface enables you to manage and view all of your applications in one place. This documentation gives you an overview of the Weave GitOps Open Source UI.
1010

1111
:::tip
12-
To check out Weave GitOps Enterprise's UI, which provides an even richer user experience, please contact sales@weaveworks.org.
12+
To check out Weave GitOps Enterprise's UI, which provides an even richer user experience, please contact info@weaveworks.org.
1313
:::
1414

1515
## Overview

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = {
126126
items: [
127127
{
128128
label: "Contact Us",
129-
href: "mailto:sales@weaveworks.org",
129+
href: "mailto:info@weaveworks.org",
130130
},
131131
],
132132
},

website/src/pages/help-and-support/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Flux project has a fantastic community to help support your GitOps journey,
1616

1717
Weaveworks provides [Weave GitOps Enterprise](https://www.weave.works/product/gitops-enterprise/), a continuous operations product that makes it easy to deploy and manage Kubernetes clusters and applications at scale in any environment. The single management console automates trusted application delivery and secure infrastructure operations on premise, in the cloud and at the edge.
1818

19-
To discuss your support needs, please contact us at [sales@weaveworks.org](mailto:sales@weaveworks.org).
19+
To discuss your support needs, please contact us at [info@weaveworks.org](mailto:info@weaveworks.org).
2020

2121
## Recommended resources
2222

website/versioned_docs/version-0.16.0/help-and-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Flux project has a fantastic community to help support your GitOps journey,
1616

1717
Weaveworks provides [Weave GitOps Enterprise](https://www.weave.works/product/gitops-enterprise/), a continuous operations product that makes it easy to deploy and manage Kubernetes clusters and applications at scale in any environment. The single management console automates trusted application delivery and secure infrastructure operations on premise, in the cloud and at the edge.
1818

19-
To discuss your support needs, please contact us at [sales@weaveworks.org](mailto:sales@weaveworks.org).
19+
To discuss your support needs, please contact us at [info@weaveworks.org](mailto:info@weaveworks.org).
2020

2121
## Recommended resources
2222

website/versioned_docs/version-0.16.0/installation/weave-gitops-enterprise/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Kubernetes version and number of nodes and provides details about the GitOps ope
1717
on those clusters, such as Git repositories and recent commits. Additionally, it
1818
aggregates Prometheus alerts to assist with troubleshooting.
1919

20-
To purchase entitlement to Weave GitOps Enterprise please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
20+
To purchase entitlement to Weave GitOps Enterprise please contact [info@weaveworks.org](mailto:info@weaveworks.org)
2121

2222
:::note
2323
There is no need to install Weave GitOps (OSS) before installing Weave GitOps Enterprise
@@ -200,7 +200,7 @@ clusterctl init --infrastructure aws
200200

201201
### 3. Apply the entitlements secret
202202

203-
Contact sales@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
203+
Contact info@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
204204

205205
```bash
206206
kubectl apply -f entitlements.yaml

website/versioned_docs/version-0.16.0/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ aggregates Prometheus alerts to assist with troubleshooting.
7373

7474
### How to purchase
7575

76-
Get in touch with sales@weaveworks.org to discuss your needs.
76+
Get in touch with info@weaveworks.org to discuss your needs.

website/versioned_docs/version-0.16.0/pipelines/pipeline-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We will cover the creation of:
2121

2222
Secrets, required for authentication and authorization between leaf and management clusters as well as to Git, are out of scope for this document and would need to be handled by your secret management solution of choice.
2323

24-
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:sales@weaveworks.org) for assistance.
24+
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:info@weaveworks.org) for assistance.
2525

2626
Templates can include a single resource or multiple resources depending on your use case, for example - you may want to only create the Pipeline custom resource to associate existing HelmReleases, or you could create the HelmReleases, notification controller resources, and Pipeline all in a single template. They are highly customizable to suit your teams' needs.
2727

website/versioned_docs/version-0.17.0/installation/weave-gitops-enterprise/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import CurlCodeBlock from "../../_components/CurlCodeBlock";
1212
## Installing Weave GitOps Enterprise<TierLabel tiers="Enterprise" />
1313

1414
:::info
15-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
15+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1616

1717
For more information about Weave GitOps Enterprise Edition, see the [Enterprise feature page](../../intro-ee.mdx).
1818
:::
@@ -198,7 +198,7 @@ clusterctl init --infrastructure aws
198198

199199
### 3. Apply the entitlements secret
200200

201-
Contact sales@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
201+
Contact info@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
202202

203203
```bash
204204
kubectl apply -f entitlements.yaml

website/versioned_docs/version-0.17.0/intro-ee.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Link from "@docusaurus/Link";
88
# Weave GitOps Enterprise Edition <TierLabel tiers="Enterprise" />
99

1010
:::tip Ready for more GitOps?
11-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
11+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1212
:::
1313

1414
WGEE provides ops teams with an easy way to assess the

website/versioned_docs/version-0.17.0/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ aggregates Prometheus alerts to assist with troubleshooting.
7373
- :infinity: **CD Pipelines**
7474

7575
:::tip Want to learn more about how <Link to="../intro-ee">Weave GitOps Enterprise Edition</Link> can help your team?
76-
Get in touch with sales@weaveworks.org to discuss your needs.
76+
Get in touch with info@weaveworks.org to discuss your needs.
7777
:::
7878

7979
## Why adopt GitOps?

website/versioned_docs/version-0.17.0/pipelines/pipeline-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We will cover the creation of:
2121

2222
Secrets, required for authentication and authorization between leaf and management clusters as well as to Git, are out of scope for this document and would need to be handled by your secret management solution of choice.
2323

24-
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:sales@weaveworks.org) for assistance.
24+
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:info@weaveworks.org) for assistance.
2525

2626
Templates can include a single resource or multiple resources depending on your use case, for example - you may want to only create the Pipeline custom resource to associate existing HelmReleases, or you could create the HelmReleases, notification controller resources, and Pipeline all in a single template. They are highly customizable to suit your teams' needs.
2727

website/versioned_docs/version-0.18.0/installation/weave-gitops-enterprise/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import oauthBitbucket from '/img/oauth-bitbucket.png';
1313
## Installing Weave GitOps Enterprise<TierLabel tiers="Enterprise" />
1414

1515
:::info
16-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
16+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1717

1818
For more information about Weave GitOps Enterprise Edition, see the [Enterprise feature page](../../intro-ee.mdx).
1919
:::
@@ -199,7 +199,7 @@ clusterctl init --infrastructure aws
199199

200200
### 3. Apply the entitlements secret
201201

202-
Contact sales@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
202+
Contact info@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
203203

204204
```bash
205205
kubectl apply -f entitlements.yaml

website/versioned_docs/version-0.18.0/intro-ee.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Link from "@docusaurus/Link";
88
# Weave GitOps Enterprise Edition <TierLabel tiers="Enterprise" />
99

1010
:::tip Ready for more GitOps?
11-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
11+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1212
:::
1313

1414
WGEE provides ops teams with an easy way to assess the

website/versioned_docs/version-0.18.0/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ aggregates Prometheus alerts to assist with troubleshooting.
7373
- :infinity: **CD Pipelines**
7474

7575
:::tip Want to learn more about how <Link to="../intro-ee">Weave GitOps Enterprise Edition</Link> can help your team?
76-
Get in touch with sales@weaveworks.org to discuss your needs.
76+
Get in touch with info@weaveworks.org to discuss your needs.
7777
:::
7878

7979
## Why adopt GitOps?

website/versioned_docs/version-0.18.0/pipelines/pipeline-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We will cover the creation of:
2121

2222
Secrets, required for authentication and authorization between leaf and management clusters as well as to Git, are out of scope for this document and would need to be handled by your secret management solution of choice.
2323

24-
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:sales@weaveworks.org) for assistance.
24+
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:info@weaveworks.org) for assistance.
2525

2626
Templates can include a single resource or multiple resources depending on your use case, for example - you may want to only create the Pipeline custom resource to associate existing HelmReleases, or you could create the HelmReleases, notification controller resources, and Pipeline all in a single template. They are highly customizable to suit your teams' needs.
2727

website/versioned_docs/version-0.19.0/installation/weave-gitops-enterprise/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import oauthBitbucket from '/img/oauth-bitbucket.png';
1313
## Installing Weave GitOps Enterprise<TierLabel tiers="Enterprise" />
1414

1515
:::info
16-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
16+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1717

1818
For more information about Weave GitOps Enterprise Edition, see the [Enterprise feature page](../../intro-ee.mdx).
1919
:::
@@ -199,7 +199,7 @@ clusterctl init --infrastructure aws
199199

200200
### 3. Apply the entitlements secret
201201

202-
Contact sales@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
202+
Contact info@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
203203

204204
```bash
205205
kubectl apply -f entitlements.yaml

website/versioned_docs/version-0.19.0/intro-ee.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Link from "@docusaurus/Link";
88
# Weave GitOps Enterprise Edition <TierLabel tiers="Enterprise" />
99

1010
:::tip Ready for more GitOps?
11-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
11+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1212
:::
1313

1414
WGEE provides ops teams with an easy way to assess the

website/versioned_docs/version-0.19.0/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ aggregates Prometheus alerts to assist with troubleshooting.
7373
- :infinity: **CD Pipelines**
7474

7575
:::tip Want to learn more about how <Link to="../intro-ee">Weave GitOps Enterprise Edition</Link> can help your team?
76-
Get in touch with sales@weaveworks.org to discuss your needs.
76+
Get in touch with info@weaveworks.org to discuss your needs.
7777
:::
7878

7979
## Why adopt GitOps?

website/versioned_docs/version-0.19.0/pipelines/pipeline-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We will cover the creation of:
2222

2323
Secrets, required for authentication and authorization between leaf and management clusters as well as to Git, are out of scope for this document and would need to be handled by your secret management solution of choice.
2424

25-
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:sales@weaveworks.org) for assistance.
25+
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:info@weaveworks.org) for assistance.
2626

2727
Templates can include a single resource or multiple resources depending on your use case, for example - you may want to only create the Pipeline custom resource to associate existing HelmReleases, or you could create the HelmReleases, notification controller resources, and Pipeline all in a single template. They are highly customizable to suit your teams' needs.
2828

website/versioned_docs/version-0.20.0/installation/weave-gitops-enterprise/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import oauthBitbucket from '/img/oauth-bitbucket.png';
1313
## Installing Weave GitOps Enterprise<TierLabel tiers="Enterprise" />
1414

1515
:::info
16-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
16+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1717

1818
For more information about Weave GitOps Enterprise Edition, see the [Enterprise feature page](../../intro-ee.mdx).
1919
:::
@@ -199,7 +199,7 @@ clusterctl init --infrastructure aws
199199

200200
### 3. Apply the entitlements secret
201201

202-
Contact sales@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
202+
Contact info@weaveworks.org for a valid entitlements secret. Then apply it to the cluster:
203203

204204
```bash
205205
kubectl apply -f entitlements.yaml

website/versioned_docs/version-0.20.0/intro-ee.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Link from "@docusaurus/Link";
88
# Weave GitOps Enterprise Edition <TierLabel tiers="Enterprise" />
99

1010
:::tip Ready for more GitOps?
11-
To purchase entitlement to Weave GitOps Enterprise Edition please contact [sales@weaveworks.org](mailto:sales@weaveworks.org)
11+
To purchase entitlement to Weave GitOps Enterprise Edition please contact [info@weaveworks.org](mailto:info@weaveworks.org)
1212
:::
1313

1414
WGEE provides ops teams with an easy way to assess the

website/versioned_docs/version-0.20.0/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ aggregates Prometheus alerts to assist with troubleshooting.
7373
- :infinity: **CD Pipelines**
7474

7575
:::tip Want to learn more about how <Link to="../intro-ee">Weave GitOps Enterprise Edition</Link> can help your team?
76-
Get in touch with sales@weaveworks.org to discuss your needs.
76+
Get in touch with info@weaveworks.org to discuss your needs.
7777
:::
7878

7979
## Why adopt GitOps?

website/versioned_docs/version-0.20.0/pipelines/pipeline-templates.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We will cover the creation of:
2222

2323
Secrets, required for authentication and authorization between leaf and management clusters as well as to Git, are out of scope for this document and would need to be handled by your secret management solution of choice.
2424

25-
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:sales@weaveworks.org) for assistance.
25+
For advice on Secrets Management, you can refer to the Flux guide [here](https://fluxcd.io/flux/security/secrets-management/) or contact [Weaveworks](mailto:info@weaveworks.org) for assistance.
2626

2727
Templates can include a single resource or multiple resources depending on your use case, for example - you may want to only create the Pipeline custom resource to associate existing HelmReleases, or you could create the HelmReleases, notification controller resources, and Pipeline all in a single template. They are highly customizable to suit your teams' needs.
2828

0 commit comments

Comments
 (0)