use proper operator so requests are not stripped

This commit is contained in:
Benoit Gagnon
2019-08-10 14:35:06 -04:00
parent 16c22b7250
commit da644166a3

View File

@@ -3,13 +3,13 @@
{ {
_config+:: { _config+:: {
resources+:: { resources+:: {
'addon-resizer': { 'addon-resizer'+: {
limits: {}, limits: {},
}, },
'kube-rbac-proxy': { 'kube-rbac-proxy'+: {
limits: {}, limits: {},
}, },
'node-exporter': { 'node-exporter'+: {
limits: {}, limits: {},
}, },
}, },