Update links to kubectl documentation

Signed-off-by: Till Hoffmann <till.hoffmann@thetillhoff.de>
This commit is contained in:
Till Hoffmann 2022-03-08 20:13:50 +01:00 committed by Till Hoffmann
parent 975341c929
commit e13f2e4dbd
1 changed files with 4 additions and 4 deletions

View File

@ -1145,13 +1145,13 @@ the controller will impersonate the service account on the target cluster.
## Post Renderers ## Post Renderers
HelmRelease resources has a built-in [Kustomize](https://kubectl.docs.kubernetes.io/references/kustomize/) HelmRelease resources has a built-in [Kustomize](https://kubectl.docs.kubernetes.io/references/kustomize/builtins/)
compatible [Post Renderer](https://helm.sh/docs/topics/advanced/#post-rendering), which provides compatible [Post Renderer](https://helm.sh/docs/topics/advanced/#post-rendering), which provides
the following Kustomize directives: the following Kustomize directives:
- [patchesStrategicMerge](https://kubectl.docs.kubernetes.io/references/kustomize/patchesstrategicmerge/) - [patchesStrategicMerge](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesstrategicmerge/)
- [patchesJson6902](https://kubectl.docs.kubernetes.io/references/kustomize/patchesjson6902/) - [patchesJson6902](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/patchesjson6902/)
- [images](https://kubectl.docs.kubernetes.io/references/kustomize/images/) - [images](https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/images/)
The following example uses the built-in `kustomize` _Post Renderer_ to apply a strategic merge patch, The following example uses the built-in `kustomize` _Post Renderer_ to apply a strategic merge patch,
which adds a [toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) which adds a [toleration](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)