Skip to content

Commit

Permalink
more link canonicalization
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Aug 24, 2023
1 parent 72c780b commit 9ad47b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/flux/guides/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ spec:
{{% alert color="info" title="Garbage Collection" %}}
Stale `ConfigMaps`, previously generated by Kustomize, will be
removed from the cluster by kustomize-controller if
[pruning](/flux/components/kustomize/kustomization/#prune) is enabled.
[pruning](/flux/components/kustomize/kustomizations/#prune) is enabled.
{{% /alert %}}

## Refer to values in Secret generated with Kustomize and SOPS
Expand Down Expand Up @@ -543,10 +543,10 @@ mongodb False failed to locate override values file: values-production.yaml
## Configure notifications

The default toolkit installation configures the helm-controller to
broadcast events to the [notification-controller](../components/notification/_index.md).
broadcast events to the [notification-controller](/flux/components/notification).

To receive the events as notifications, a `Provider` needs to be setup
first as described in the [notifications guide](notifications.md#define-a-provider).
first as described in the [notifications guide](/flux/monitoring/alerts/#define-a-provider).
Once you have set up the `Provider`, create a new `Alert` resource in
the `flux-system` to start receiving notifications about the Helm
release:
Expand Down

0 comments on commit 9ad47b3

Please sign in to comment.