Skip to content

Commit

Permalink
camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
eranreshef-starkware committed Jul 2, 2023
1 parent 8f9926a commit 5835071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployments/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
name: {{ template "papyrus.name" . }}-run
defaultMode: 0777
{{- end }}
{{- with .Values.deployment.node_selector }}
{{- with .Values.deployment.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ starknet:

deployment:
# Optional - nodeSelector
node_selector:
nodeSelector:
# Optional - tolerations
tolerations:
# The default resources for a pod.
Expand Down

0 comments on commit 5835071

Please sign in to comment.