[release-monitoring] Fix API version in deploymentconfig
The v1 as apiVersion is now replaced by apps.openshift.io/v1. Let's fix that. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
b35d7d92e2
commit
803ef74414
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v1
|
apiVersion: apps.openshift.io/v1
|
||||||
items:
|
items:
|
||||||
- apiVersion: v1
|
- apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue