-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fluent-bit): Added support for additional watch paths in hot rel…
…oad (#578) * feat(fluent-bit): Add support for additional watch paths in hot reload Signed-off-by: Daniel Kalotai <[email protected]> * refactoring to extraWatchVolumes Signed-off-by: Daniel Kalotai <[email protected]> * adjust template Signed-off-by: Daniel Kalotai <[email protected]> * bump chart version Signed-off-by: Daniel Kalotai <[email protected]> * add eof Signed-off-by: Daniel Kalotai <[email protected]> * adjust eof Signed-off-by: Daniel Kalotai <[email protected]> * add to global volumes Signed-off-by: Daniel Kalotai <[email protected]> * refactoring Signed-off-by: Daniel Kalotai <[email protected]> * add ci test Signed-off-by: Daniel Kalotai <[email protected]> * use emptyDir Signed-off-by: Daniel Kalotai <[email protected]> * refactoring Signed-off-by: Daniel Kalotai <[email protected]> * fix ci Signed-off-by: Daniel Kalotai <[email protected]> --------- Signed-off-by: Daniel Kalotai <[email protected]>
- Loading branch information
1 parent
79a3975
commit 8440ebf
Showing
4 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -518,3 +518,4 @@ hotReload: | |
digest: | ||
pullPolicy: IfNotPresent | ||
resources: {} | ||
extraWatchVolumes: [] |