Skip to content

Commit

Permalink
Upgrade kubernetes API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankita Bhopatkar committed Oct 1, 2019
1 parent b0187ba commit bc1edf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nginx/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if ne .Values.expose.type "ingress" }}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "harbor.nginx" . }}
Expand Down

0 comments on commit bc1edf6

Please sign in to comment.