Skip to content

Commit

Permalink
operator: update runtime config patching.
Browse files Browse the repository at this point in the history
Update to use updated Values.nri.runtime.patchConfig instead of
Values.nri.patchRuntimeConfig.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed May 17, 2024
1 parent e16bc2e commit 6cf3c2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion deployment/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ spec:
state: present
values:
nri:
patchRuntimeConfig: true
plugin:
index: 90
runtime:
patchConfig: true
# registrationTimeout: 5s
# requestTimeout: 4s
tolerations:
- key: "node-role.kubernetes.io/control-plane"
operator: "Exists"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
state: present
values:
nri:
patchRuntimeConfig: true

runtime:
patchConfig: true

0 comments on commit 6cf3c2b

Please sign in to comment.