Skip to content

Commit

Permalink
Fix aws ingress api version bug (kubeflow#1293)
Browse files Browse the repository at this point in the history
* Fix ingress api version bug

* Update tf-operator image tag in gcp test_data
  • Loading branch information
Jeffwan authored Jun 23, 2020
1 parent d771072 commit 5e9a99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/istio-ingress/base/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: networking.k8s.io/v1
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
annotations:
Expand Down

0 comments on commit 5e9a99a

Please sign in to comment.