Skip to content

Commit

Permalink
feat(helm): re-use resources value for initContainer
Browse files Browse the repository at this point in the history
Signed-off-by: t3mi <t3mi@users.noreply.github.com>
  • Loading branch information
t3mi committed Aug 6, 2024
1 parent ce6a80b commit b5d48de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#520](https://github.com/spegel-org/spegel/pull/520) Add tests for metrics.
- [#536](https://github.com/spegel-org/spegel/pull/536) Update Go version to 1.22.5.
- [#547](https://github.com/spegel-org/spegel/pull/547) Set blob content type to disable detection.
- [#553](https://github.com/spegel-org/spegel/pull/553) Re-use resources value for initContainer in the Helm Chart.

### Deprecated

Expand Down
2 changes: 2 additions & 0 deletions charts/spegel/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.hostIP
resources:
{{- toYaml .Values.resources | nindent 10 }}
volumeMounts:
- name: containerd-config
mountPath: {{ .Values.spegel.containerdRegistryConfigPath }}
Expand Down

0 comments on commit b5d48de

Please sign in to comment.