Skip to content

Commit

Permalink
fix deployment and stateful set version from v1beta2 to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Mar 15, 2020
1 parent f7b062c commit a2ae4ad
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:

---
kind: Deployment
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: deployment-apollo-admin-server-dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:

---
kind: StatefulSet
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: statefulset-apollo-config-server-dev
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:

---
kind: Deployment
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: deployment-apollo-admin-server-prod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:

---
kind: StatefulSet
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: statefulset-apollo-config-server-prod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:

---
kind: Deployment
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: deployment-apollo-admin-server-test-alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:

---
kind: StatefulSet
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: statefulset-apollo-config-server-test-alpha
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:

---
kind: Deployment
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: deployment-apollo-admin-server-test-beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:

---
kind: StatefulSet
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: statefulset-apollo-config-server-test-beta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:

---
kind: Deployment
apiVersion: apps/v1beta2
apiVersion: apps/v1
metadata:
namespace: sre
name: deployment-apollo-portal-server
Expand Down

0 comments on commit a2ae4ad

Please sign in to comment.