diff --git a/content/docs/concepts/security/index.md b/content/docs/concepts/security/index.md index 9f42390f51..92f22efe99 100644 --- a/content/docs/concepts/security/index.md +++ b/content/docs/concepts/security/index.md @@ -559,13 +559,12 @@ In the following example, Istio authorization is enabled for the `default` namespace. {{< text yaml >}} -apiVersion: "config.istio.io/v1alpha2" +apiVersion: "rbac.istio.io/v1alpha1" kind: RbacConfig metadata: name: default - namespace: istio-system spec: - mode: ON_WITH_INCLUSION + mode: 'ON_WITH_INCLUSION' inclusion: namespaces: ["default"] {{< /text >}}