Skip to content

Commit

Permalink
Fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Mar 10, 2023
1 parent a0ac788 commit 3140a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/platform-registry/templates/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ spec:
{{- if .Values.imagePullSecrets }}
imagePullSecrets: {{ toYaml .Values.imagePullSecrets | nindent 6 }}
{{- end }}
{{ - if .Values.priorityClassName }}
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}

0 comments on commit 3140a8f

Please sign in to comment.