Skip to content

Commit

Permalink
Use api/v1 for SparkOperator deployment (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhurana001 authored Oct 24, 2019
1 parent de0ac30 commit 9c811f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@ spec:
- emptyDir: {}
name: contour-config
---
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/operators/spark/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: sparkoperator
Expand Down

0 comments on commit 9c811f5

Please sign in to comment.