Skip to content

Commit

Permalink
Use the correct resources attribute values for repair-controller (#12180
Browse files Browse the repository at this point in the history
)

The repair-controller was incorrectly configured to use the same resources attribute values as the install-cni container even though it defines its own under `repairController`.

Signed-off-by: Aurel Canciu <aurel.canciu@nexhealth.com>
  • Loading branch information
relu committed Mar 1, 2024
1 parent 47eccdc commit 0f68655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/linkerd2-cni/templates/cni-plugin.yaml
Expand Up @@ -331,8 +331,8 @@ spec:
seccompProfile:
type: RuntimeDefault
{{- end }}
{{- if .Values.resources }}
{{- include "partials.resources" .Values.resources | nindent 8 }}
{{- if .Values.repairController.resources }}
{{- include "partials.resources" .Values.repairController.resources | nindent 8 }}
{{- end }}
{{- end }}
volumes:
Expand Down

0 comments on commit 0f68655

Please sign in to comment.