diff --git a/slides/k8s/helm-create-basic-chart.md b/slides/k8s/helm-create-basic-chart.md index e3ae939b..3a3d8205 100644 --- a/slides/k8s/helm-create-basic-chart.md +++ b/slides/k8s/helm-create-basic-chart.md @@ -171,10 +171,12 @@ Note: it might take a minute or two for the worker to start. - save successive revisions, allowing us to rollback -[Helm docs](https://helm.sh/docs/topics/chart_best_practices/labels/) -and [Kubernetes docs](https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/) +[Helm docs][helm-labels] and [Kubernetes docs][k8s-labels] have details about recommended annotations and labels. +[helm-labels]: https://helm.sh/docs/chart_best_practices/labels/ +[k8s-labels]: https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/ + --- ## Cleaning up diff --git a/slides/k8s/helm-intro.md b/slides/k8s/helm-intro.md index 9829f5f2..305142e1 100644 --- a/slides/k8s/helm-intro.md +++ b/slides/k8s/helm-intro.md @@ -270,7 +270,7 @@ class: extra-details ] -Then go to → https://artifacthub.io/packages/helm/seccurecodebox/juice-shop +Then go to → https://artifacthub.io/packages/helm/securecodebox/juice-shop ---