Skip to content

Commit

Permalink
fix(daml-on-besu): correct typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin O'Donnell <kevin@blockchaintp.com>
  • Loading branch information
scealiontach committed Oct 28, 2021
1 parent b863eed commit f137152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/daml-on-besu/templates/daml-statefulset.yaml
Expand Up @@ -21,7 +21,7 @@ spec:
{{- end }}
spec:
serviceAccountName: {{ include "besu.serviceAccountName" . }}
affinty: {{ include "lib.safeToYaml" .Values.daml.affinity | nindent 8 }}
affinity: {{ include "lib.safeToYaml" .Values.daml.affinity | nindent 8 }}
containers:
{{- if .Values.postgres.enabled }}
- name: postgres
Expand Down

0 comments on commit f137152

Please sign in to comment.