We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e1681 commit 6a207c8Copy full SHA for 6a207c8
addon-resizer/enhancements/5700-nanny-configuration-reload/README.md
@@ -50,6 +50,7 @@ The proposed solution involves updating the addon-resizer with the following ste
50
- In the main function, we create a new `FsWatcher` and then we wait in an infinite loop to receive events indicating
51
filesystem changes. Based on these changes, we re-execute `loadNannyConfiguration` function.
52
53
+> **Note:** The expected configuration file format is YAML. It has the same structure as the NannyConfiguration CRD.
54
55
### Test Plan
56
To ensure the proper functioning of the enhanced addon-resizer, the following test plan should be executed:
0 commit comments