Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fluent-bit] Add support for additional watch paths in hot reload #578

Merged
merged 13 commits into from
Jan 16, 2025
Prev Previous commit
Next Next commit
use emptyDir
Signed-off-by: Daniel Kalotai <daniel.kalotai@sap.com>
  • Loading branch information
danielkalotai committed Jan 16, 2025
commit 1342329fcfa23b1daac3e39ff15a45e02bbc268a
6 changes: 2 additions & 4 deletions charts/fluent-bit/ci/ci-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ extraVolumeMounts:

extraVolumes:
- name: extra-volume
configMap:
name: extra-volume-configmap
emptyDir: {}
- name: another-extra-volume
secret:
secretName: another-extra-volume-secret
emptyDir: {}

dashboards:
enabled: true
Expand Down