Skip to content

Commit

Permalink
Use fully qualified apiVersion on Routes
Browse files Browse the repository at this point in the history
  • Loading branch information
csibbitt committed Sep 12, 2023
1 parent 627db78 commit df8ac2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: '{{ ansible_operator_meta.name }}-alertmanager-proxy'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
apiVersion: route.openshift.io/v1
kind: Route
metadata:
name: '{{ ansible_operator_meta.name }}-prometheus-proxy'
Expand Down

0 comments on commit df8ac2f

Please sign in to comment.