Skip to content

Commit

Permalink
Fixes raw deployment ingress class version (#299)
Browse files Browse the repository at this point in the history
Fix

Signed-off-by: Rachit Chauhan <[email protected]>
  • Loading branch information
rachitchauhan43 authored Oct 5, 2023
1 parent e64ed94 commit 1b3ea89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/admin/kubernetes_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The minimally required Istio version is 1.13 and you can refer to the [Istio ins

Once Istio is installed, create `IngressClass` resource for istio.
```yaml
apiVersion: networking.k8s.io/v1beta1
apiVersion: networking.k8s.io/v1
kind: IngressClass
metadata:
name: istio
Expand Down

0 comments on commit 1b3ea89

Please sign in to comment.