Skip to content

Commit

Permalink
Update OpenShift docs to use route.openshift.io/v1 (#7834)
Browse files Browse the repository at this point in the history
  • Loading branch information
mulbc authored May 22, 2024
1 parent 8e283b0 commit 4d3a102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced-topics/openshift.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
memory: 1Gi
cpu: 1
---
apiVersion: v1
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: kibana-sample
Expand Down Expand Up @@ -200,7 +200,7 @@ spec:
spec:
serviceAccountName: apm-server
---
apiVersion: v1
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: apm-server-sample
Expand Down

0 comments on commit 4d3a102

Please sign in to comment.