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
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
name: asknot
|
name: asknot
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: List
|
kind: List
|
||||||
metadata: {}
|
metadata: {}
|
||||||
items:
|
items:
|
||||||
- apiVersion: v1
|
- apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -85,11 +85,11 @@ items:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: fedmsg-migration-tools:latest
|
name: fedmsg-migration-tools:latest
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: List
|
kind: List
|
||||||
metadata: {}
|
metadata: {}
|
||||||
items:
|
items:
|
||||||
- apiVersion: v1
|
- apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
@ -159,11 +159,11 @@ items:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: fedmsg-migration-tools:latest
|
name: fedmsg-migration-tools:latest
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: List
|
kind: List
|
||||||
metadata: {}
|
metadata: {}
|
||||||
items:
|
items:
|
||||||
- apiVersion: v1
|
- apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: datagrepper
|
name: datagrepper
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: postgrest
|
name: postgrest
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
apiVersion: apps.openshift.io/v1
|
||||||
kind: DeploymentConfig
|
kind: DeploymentConfig
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
metadata:
|
||||||
name: prest
|
name: prest
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue