Skip to content

Commit

Permalink
sync helm chart changes for log level annotations (#14505)
Browse files Browse the repository at this point in the history
  • Loading branch information
aluon authored Sep 3, 2024
1 parent 0773b81 commit 8a4ab16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/helm/aptos-node/templates/fullnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ spec:
{{- if $.Values.metrics.destination }}
aptos.dev/metrics-destination: {{ $.Values.metrics.destination }}
{{- end}}
{{- with $.Values.validator.podAnnotations }}
{{- toYaml $.Values.validator.podAnnotations | nindent 8 }}
{{- end }}
spec:
securityContext:
seccompProfile:
Expand Down
3 changes: 3 additions & 0 deletions terraform/helm/aptos-node/templates/validator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ spec:
{{- if $.Values.metrics.destination }}
aptos.dev/metrics-destination: {{ $.Values.metrics.destination }}
{{- end}}
{{- with $.Values.fullnode.podAnnotations }}
{{- toYaml $.Values.fullnode.podAnnotations | nindent 8 }}
{{- end }}
spec:
securityContext:
seccompProfile:
Expand Down

0 comments on commit 8a4ab16

Please sign in to comment.