1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Link to installation docs from other guides

This commit is contained in:
stefanprodan
2020-08-03 10:43:42 +03:00
parent 02c0dc1217
commit 1ff4495737
4 changed files with 7 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ The helm-controller is part of the default toolkit installation.
To follow this guide you'll need a Kubernetes cluster with the GitOps
toolkit controllers installed on it.
Please see the [get started guide](../get-started/index.md)
or the [install command docs](../cmd/tk_install.md).
or the [installation guide](installation.md).
## Define a Helm repository

View File

@@ -8,7 +8,10 @@ of an app was deployed and if the deployment is healthy.
## Prerequisites
* [Get started guide](../get-started/index.md)
To follow this guide you'll need a Kubernetes cluster with the GitOps
toolkit controllers installed on it.
Please see the [get started guide](../get-started/index.md)
or the [installation guide](installation.md).
The GitOps toolkit controllers emit Kubernetes events whenever a resource status changes.
You can use the [notification-controller](../components/notification/controller.md)

View File

@@ -11,7 +11,7 @@ nobody else can obtain the original secret, even if they have access to the Git
To follow this guide you'll need a Kubernetes cluster with the GitOps
toolkit controllers installed on it.
Please see the [get started guide](../get-started/index.md)
or the [install command docs](../cmd/tk_install.md).
or the [installation guide](installation.md).
The sealed-secrets controller comes with a companion CLI tool called kubeseal.
With kubeseal you can create SealedSecret custom resources in YAML format

View File

@@ -11,7 +11,7 @@ GitOps pipelines that react to external events.
To follow this guide you'll need a Kubernetes cluster with the GitOps
toolkit controllers installed on it.
Please see the [get started guide](../get-started/index.md)
or the [install command docs](../cmd/tk_install.md).
or the [installation guide](installation.md).
The [notification controller](../components/notification/controller.md)
can handle events coming from external systems