add resources to karmada-agent in chart template
Signed-off-by: roc <roc@imroc.cc>
This commit is contained in:
parent
84d4a4592d
commit
1886f89af4
|
@ -110,6 +110,8 @@ spec:
|
|||
volumeMounts:
|
||||
- name: kubeconfig
|
||||
mountPath: /etc/kubeconfig
|
||||
resources:
|
||||
{{- toYaml .Values.agent.resources | nindent 12 }}
|
||||
volumes:
|
||||
- name: kubeconfig
|
||||
secret:
|
||||
|
|
Loading…
Reference in New Issue