Skip to content

Commit 8704ec0

Browse files
authored
Merge pull request #370 from hardikdr/patch-1
Update node-problem-detector-config
2 parents d000c1b + 3afca2f commit 8704ec0

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)