Skip to content

Commit 3afca2f

Browse files
authored
Update node-problem-detector-config
Seems there is an inconsistency between /config and /deployment examples for kernel-monitor. Updating /deployment example accordingly.
1 parent a1a7234 commit 3afca2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/node-problem-detector-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ data:
1515
},
1616
{
1717
"type": "ReadonlyFilesystem",
18-
"reason": "FilesystemIsReadOnly",
19-
"message": "Filesystem is read-only"
18+
"reason": "FilesystemIsNotReadOnly",
19+
"message": "Filesystem is not read-only"
2020
}
2121
],
2222
"rules": [

0 commit comments

Comments
 (0)