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:
|
volumeMounts:
|
||||||
- name: kubeconfig
|
- name: kubeconfig
|
||||||
mountPath: /etc/kubeconfig
|
mountPath: /etc/kubeconfig
|
||||||
|
resources:
|
||||||
|
{{- toYaml .Values.agent.resources | nindent 12 }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: kubeconfig
|
- name: kubeconfig
|
||||||
secret:
|
secret:
|
||||||
|
|
Loading…
Reference in New Issue