Update more toolkit.fluxcd.io redirects
Following up on #1380 some more docs links which now live under fluxcd.io itself. Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
@@ -47,7 +47,7 @@ brews:
|
|||||||
name: homebrew-tap
|
name: homebrew-tap
|
||||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||||
folder: Formula
|
folder: Formula
|
||||||
homepage: "https://toolkit.fluxcd.io/"
|
homepage: "https://fluxcd.io/"
|
||||||
description: "Flux CLI"
|
description: "Flux CLI"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: kubectl
|
- name: kubectl
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ This project is composed of:
|
|||||||
### Understanding the code
|
### Understanding the code
|
||||||
|
|
||||||
To get started with developing controllers, you might want to review
|
To get started with developing controllers, you might want to review
|
||||||
[our guide](https://toolkit.fluxcd.io/dev-guides/source-watcher/) which
|
[our guide](https://fluxcd.io/docs/gitops-toolkit/source-watcher/) which
|
||||||
walks you through writing a short and concise controller that watches out
|
walks you through writing a short and concise controller that watches out
|
||||||
for source changes.
|
for source changes.
|
||||||
|
|
||||||
|
|||||||
@@ -34,8 +34,8 @@ spec:
|
|||||||
## If not using IRSA, set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
|
## If not using IRSA, set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
|
||||||
## Store these values in a Secret and load them in the container using envFrom.
|
## Store these values in a Secret and load them in the container using envFrom.
|
||||||
## For managing this secret via GitOps, consider using SOPS or SealedSecrets and add that manifest in a resource file for this kustomize build.
|
## For managing this secret via GitOps, consider using SOPS or SealedSecrets and add that manifest in a resource file for this kustomize build.
|
||||||
## https://toolkit.fluxcd.io/guides/mozilla-sops/
|
## https://fluxcd.io/docs/guides/mozilla-sops/
|
||||||
## https://toolkit.fluxcd.io/guides/sealed-secrets/
|
## https://fluxcd.io/docs/guides/sealed-secrets/
|
||||||
# ---
|
# ---
|
||||||
# apiVersion: apps/v1
|
# apiVersion: apps/v1
|
||||||
# kind: Deployment
|
# kind: Deployment
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ metadata:
|
|||||||
## If not using IRSA, set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
|
## If not using IRSA, set the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables
|
||||||
## Store these values in a Secret and load them in the container using envFrom.
|
## Store these values in a Secret and load them in the container using envFrom.
|
||||||
## For managing this secret via GitOps, consider using SOPS or SealedSecrets and add that manifest in a resource file for this kustomize build.
|
## For managing this secret via GitOps, consider using SOPS or SealedSecrets and add that manifest in a resource file for this kustomize build.
|
||||||
## https://toolkit.fluxcd.io/guides/mozilla-sops/
|
## https://fluxcd.io/docs/guides/mozilla-sops/
|
||||||
## https://toolkit.fluxcd.io/guides/sealed-secrets/
|
## https://fluxcd.io/docs/guides/sealed-secrets/
|
||||||
# ---
|
# ---
|
||||||
# apiVersion: apps/v1
|
# apiVersion: apps/v1
|
||||||
# kind: Deployment
|
# kind: Deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user