-
Notifications
You must be signed in to change notification settings - Fork 380
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
Improve Helm values docs #2625
Improve Helm values docs #2625
Conversation
✅ Deploy Preview for tetragon ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -30,8 +30,6 @@ serviceLabelsOverride: {} | |||
dnsPolicy: Default | |||
# -- exportDirectory specifies directory to put Tetragon JSON export files. | |||
exportDirectory: "/var/run/cilium/tetragon" | |||
# -- exportFileRotationInterval specifies file creation interval for hubble-export-s3. | |||
exportFileCreationInterval: "120s" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How it is not used when it is defined? what am I missing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is rotation not creation...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh, I haven't even noticed it's documented as rotation. It's not used anywhere in the templates - just a hanging value, some leftover I believe.
Add "-- " prefix to comments in values.yaml file that didn;t have it, so that the comments are included in the generated docs. Remove "-- " from comments not documenting individual values. Signed-off-by: Anna Kapuscinska <[email protected]>
The export container exports only to stdout, so recommendations about the DNS policy were irrelevant. Signed-off-by: Anna Kapuscinska <[email protected]>
It's not used. Signed-off-by: Anna Kapuscinska <[email protected]>
Signed-off-by: Anna Kapuscinska <[email protected]>
Signed-off-by: Anna Kapuscinska <[email protected]>
b699336
to
6fc37b0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe get an approve from @michi-covalent ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
I wanted to improve doc comment for
exportFilePerm
value, but noticed other issues in Helm values docs, so fixed them too. See commits.