Skip to content

Commit

Permalink
Use workloads api v1 everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 28, 2018
1 parent 182a8bf commit 7f49471
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion avro-tools/rest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: avro-rest
Expand Down
2 changes: 1 addition & 1 deletion avro-tools/schemas.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: avro-schemas
Expand Down
2 changes: 1 addition & 1 deletion avro-tools/test/rest-curl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
- "1"
restartPolicy: Never
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: rest-curl
Expand Down
2 changes: 1 addition & 1 deletion kafka/test/kafkacat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- "3"
restartPolicy: Never
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: kafkacat
Expand Down
2 changes: 1 addition & 1 deletion kafka/test/produce-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- "3"
restartPolicy: Never
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: produce-consume
Expand Down
2 changes: 1 addition & 1 deletion kafka/test/replication-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ data:
exit 0
---
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: replication-config
Expand Down
2 changes: 1 addition & 1 deletion linkedin-burrow/burrow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: burrow
Expand Down
2 changes: 1 addition & 1 deletion maintenance/test/replicated-partitions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: replicated-partitions
Expand Down
2 changes: 1 addition & 1 deletion prometheus/50-kafka-jmx-exporter-patch.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# meant to be applied using
# kubectl --namespace kafka patch statefulset kafka --patch "$(cat prometheus/50-kafka-jmx-exporter-patch.yml )"
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: kafka
Expand Down
2 changes: 1 addition & 1 deletion yahoo-kafka-manager/kafka-manager.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: kafka-manager
Expand Down

0 comments on commit 7f49471

Please sign in to comment.