OpenShift: fix the apiVersion for deploymentconfigs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
00ca877578
commit
8b90c183ba
7 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
name: asknot
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: List
|
||||
metadata: {}
|
||||
items:
|
||||
- apiVersion: v1
|
||||
- apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
labels:
|
||||
|
@ -85,11 +85,11 @@ items:
|
|||
kind: ImageStreamTag
|
||||
name: fedmsg-migration-tools:latest
|
||||
---
|
||||
apiVersion: v1
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: List
|
||||
metadata: {}
|
||||
items:
|
||||
- apiVersion: v1
|
||||
- apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
labels:
|
||||
|
@ -159,11 +159,11 @@ items:
|
|||
kind: ImageStreamTag
|
||||
name: fedmsg-migration-tools:latest
|
||||
---
|
||||
apiVersion: v1
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: List
|
||||
metadata: {}
|
||||
items:
|
||||
- apiVersion: v1
|
||||
- apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: datagrepper
|
||||
labels:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: postgrest
|
||||
labels:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
apiVersion: apps.openshift.io/v1
|
||||
kind: DeploymentConfig
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: prest
|
||||
labels:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue