Skip to content

Commit

Permalink
Merge pull request #1623 from fluxcd/update-bad-links
Browse files Browse the repository at this point in the history
Remaining fixes after #1621
  • Loading branch information
Kingdon Barrett authored Aug 15, 2023
2 parents 4477178 + dc2c383 commit e7e9d34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/en/flux/guides/image-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If you bootstrapped Flux before, you need to add
`--components-extra=image-reflector-controller,image-automation-controller` to your
bootstrapping routine as image automation components are not installed by default.
Please note that you need to delete the `flux-system` secret before rerunning bootstrap
to [rotate the deploy key](/flux/installation/#deploy-key-rotation).
to [rotate the deploy key](/flux/installation/configuration/deploy-key-rotation/).
{{% /alert %}}

Install Flux with the image automation components:
Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/guides/mozilla-sops.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ kubectl -n flux-system rollout restart deployment/kustomize-controller
```

{{% alert color="info" title="Bootstrap" %}}
Note that when using `flux bootstrap` you can [set the annotation](/flux/cheatsheets/bootstrap/#iam-roles-for-service-accounts/) to take effect at install time.
Note that when using `flux bootstrap` you can [set the annotation](/flux/cheatsheets/bootstrap/#iam-roles-for-service-accounts) to take effect at install time.
{{% /alert %}}

#### Azure
Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/migration/helm-operator-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
path: ./charts/my-chart
```

With the Helm Controller, you create a `GitRepository` resource in addition to the `HelmRelease` you would normally create (for all available fields, consult the [Source API reference](/flux/components/source/api/#source.toolkit.fluxcd.io/v1.GitRepository):
With the Helm Controller, you create a `GitRepository` resource in addition to the `HelmRelease` you would normally create (for all available fields, consult the [Source API reference](/flux/components/source/api/v1/#source.toolkit.fluxcd.io/v1.GitRepository):

```yaml
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/flux/security/secrets-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ could impact your solution.
Flux supports the two main names in Encrypted Secrets and has specific how-to guides for them:

- [Mozilla SOPS Guide](/flux/guides/mozilla-sops/)
- [Secrets decryption](/flux/components/kustomize/kustomization/#secrets-decryption)
- [Secrets decryption](/flux/components/kustomize/kustomization/#decryption)

#### Secrets Synchronized by Operators

Expand Down

0 comments on commit e7e9d34

Please sign in to comment.