Skip to content

Commit c77fa5b

Browse files
committed
Fix link for AppArmorProfile in blog
1 parent 0be8d82 commit c77fa5b

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2021-12-17-security-profiles-operator-v0.4.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ validations are done here.
105105
### AppArmor support
106106

107107
This version introduces the initial support for AppArmor, allowing users to load and
108-
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.
108+
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.
109109

110110
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.
111111
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.

0 commit comments

Comments
 (0)