Skip to content

Commit

Permalink
apiVersion changes when EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
dbelev committed May 21, 2020
1 parent 69588e9 commit 22b71c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/draft-annotations-api/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 22b71c6

Please sign in to comment.