[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:
Michal Konečný 2023-04-25 15:54:19 +02:00 committed by zlopez
parent b35d7d92e2
commit 803ef74414

View file

@ -1,6 +1,6 @@
apiVersion: v1
apiVersion: apps.openshift.io/v1
items:
- apiVersion: v1
- apiVersion: apps.openshift.io/v1
kind: DeploymentConfig
metadata:
labels: