Skip to content

Commit

Permalink
sample-configs: fix copy-pasted thinkos.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub authored and askervin committed Nov 9, 2024
1 parent d267a4a commit e0d65c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample-configs/balloons-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
# Then label the nodes and remove any node-specific configuration:
# for node in node-{A,B,C}; do
# kubectl label node $node config.nri/group=group-0
# kubectl delete -n $NAMESPACE balloonspolicies.config.nri/$node || :
# kubectl delete -n $NAMESPACE balloonspolicies.config.nri/node.$node || :
# done
#
name: default
Expand Down
2 changes: 1 addition & 1 deletion sample-configs/template-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
# Then label the nodes and remove any node-specific configuration:
# for node in node-{A,B,C}; do
# kubectl label node $node config.nri/group=group-0
# kubectl delete -n $NAMESPACE balloonspolicies.config.nri/$node || :
# kubectl delete -n $NAMESPACE templatepolicies.config.nri/node.$node || :
# done
#
name: default
Expand Down
2 changes: 1 addition & 1 deletion sample-configs/topologyaware-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ metadata:
# Then label the nodes and remove any node-specific configuration:
# for node in node-{A,B,C}; do
# kubectl label node $node config.nri/group=group-0
# kubectl delete -n $NAMESPACE balloonspolicies.config.nri/$node || :
# kubectl delete -n $NAMESPACE topologyawarepolicies.config.nri/node.$node || :
# done
#
name: default
Expand Down

0 comments on commit e0d65c4

Please sign in to comment.