Skip to content

Commit

Permalink
Fix Chart deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Sep 26, 2017
1 parent 8cc8981 commit 9442863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/searchlight/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
{{- if and .Values.criticalAddon (eq .Release.Namespace "kube-system") }}
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
{{- end -}}
{{- end }}
spec:
serviceAccountName: {{ if .Values.rbac.create }}{{ template "fullname" . }}{{ else }}"{{ .Values.rbac.serviceAccountName }}"{{ end }}
containers:
Expand Down

0 comments on commit 9442863

Please sign in to comment.