Skip to content

Commit

Permalink
Update for EKS 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bboykov authored and dbelev committed Jun 25, 2020
1 parent d9bc241 commit eb5f8e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/k8s-pub-path-routing-varnish/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{{- if .Values.eksCluster }}
apiVersion: apps/v1
{{- else }}
apiVersion: extensions/v1beta1
{{- end }}
kind: Deployment
metadata:
name: {{ .Values.service.name }}
Expand Down

0 comments on commit eb5f8e5

Please sign in to comment.