From c77fa5b5d74a2dcf2cb1c752b0fa61cc7ab5a6cd Mon Sep 17 00:00:00 2001 From: Dipesh Rawat Date: Thu, 27 Apr 2023 11:25:27 +0100 Subject: [PATCH] Fix link for AppArmorProfile in blog --- .../2021-12-17-security-profiles-operator-v0.4.0/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md b/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md index 39dfb8cb52..964cd1f936 100644 --- a/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md +++ b/content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md @@ -105,7 +105,7 @@ validations are done here. ### AppArmor support This version introduces the initial support for AppArmor, allowing users to load and -unload AppArmor profiles into cluster nodes by using the new [AppArmorProfile](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/deploy/base/crds/apparmorprofile.yaml) CRD. +unload AppArmor profiles into cluster nodes by using the new [AppArmorProfile](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/deploy/base-crds/crds/apparmorprofile.yaml) CRD. To enable AppArmor support use the [enableAppArmor feature gate](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/examples/config.yaml#L10) switch of your SPO configuration. Then use our [apparmor example](https://github.com/kubernetes-sigs/security-profiles-operator/blob/main/examples/apparmorprofile.yaml) to deploy your first profile across your cluster.