Skip to content

Commit

Permalink
Merge pull request #1566 from cinimins/feat/initcontainer-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kosiewski authored Feb 27, 2024
2 parents 957c1dd + e737ecc commit 9010692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/eks/templates/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ spec:
{{- if .Values.syncer.imagePullPolicy }}
imagePullPolicy: {{ .Values.syncer.imagePullPolicy }}
{{- end }}
resources:
{{ toYaml .Values.syncer.resources | indent 10 }}
{{- if not .Values.controller.disabled }}
- name: kube-controller-manager
image: "{{ .Values.defaultImageRegistry }}{{ .Values.controller.image }}"
Expand Down
2 changes: 2 additions & 0 deletions charts/k8s/templates/syncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ spec:
{{- if .Values.syncer.imagePullPolicy }}
imagePullPolicy: {{ .Values.syncer.imagePullPolicy }}
{{- end }}
resources:
{{ toYaml .Values.syncer.resources | indent 10 }}
{{- if not .Values.controller.disabled }}
- name: kube-controller-manager
image: "{{ .Values.defaultImageRegistry }}{{ .Values.controller.image }}"
Expand Down

0 comments on commit 9010692

Please sign in to comment.