Skip to content

Commit d008d8a

Browse files
Update charts/nri-metadata-injection/README.md
Co-authored-by: Daniel Budziwojski <dbudziwojski@newrelic.com>
1 parent c6dd1f1 commit d008d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/nri-metadata-injection/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Options that can be defined globally include `affinity`, `nodeSelector`, `tolera
4646
| image.pullSecrets | list | `[]` | The secrets that are needed to pull images from a custom registry. |
4747
| injectOnlyLabeledNamespaces | bool | `false` | Enable the metadata decoration only for pods living in namespaces labeled with 'newrelic-metadata-injection=enabled'. |
4848
| jobImage | object | See `values.yaml` | Image for creating the needed certificates of this webhook to work |
49-
| jobImage.admissionCreate.resources | object | `[]` | Resources to set for `admission-create` job |
50-
| jobImage.admissionPatch.resources | object | `[]` | Resources to set for `admission-patch` job |
49+
| jobImage.admissionCreate.resources | object | `{}` | Resources to set for `admission-create` job |
50+
| jobImage.admissionPatch.resources | object | `{}` | Resources to set for `admission-patch` job |
5151
| jobImage.pullSecrets | list | `[]` | The secrets that are needed to pull images from a custom registry. |
5252
| jobImage.volumeMounts | list | `[]` | Volume mounts to add to the job, you might want to mount tmp if Pod Security Policies Enforce a read-only root. |
5353
| jobImage.volumes | list | `[]` | Volumes to add to the job container |

0 commit comments

Comments
 (0)