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 33afae5 commit 3a7af7c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion deployment/operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ spec:
state: present
values:
nri:
patchRuntimeConfig: true
plugin:
index: 90
runtime:
patchConfig: true
# config:
# pluginRegistrationTimeout: 5s
# pluginRequestTimeout: 2s
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 3a7af7c

Please sign in to comment.