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

Improve Helm values docs #2625

Merged
merged 5 commits into from
Jul 9, 2024

Conversation

lambdanis
Copy link
Contributor

I wanted to improve doc comment for exportFilePerm value, but noticed other issues in Helm values docs, so fixed them too. See commits.

@lambdanis lambdanis added release-note/docs This PR updates the documentation. area/helm Related to the Helm chart labels Jul 2, 2024
@lambdanis lambdanis requested a review from a team as a code owner July 2, 2024 19:23
@lambdanis lambdanis requested a review from tixxdz July 2, 2024 19:23
Copy link

netlify bot commented Jul 2, 2024

Deploy Preview for tetragon ready!

Name Link
🔨 Latest commit 6fc37b0
🔍 Latest deploy log https://app.netlify.com/sites/tetragon/deploys/668d1b41a63cab0008bb3307
😎 Deploy Preview https://deploy-preview-2625--tetragon.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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"
Copy link
Member

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?

Copy link
Member

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...

Copy link
Contributor Author

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.

lambdanis added 5 commits July 9, 2024 12:12
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]>
@lambdanis lambdanis force-pushed the pr/lambdanis/export-perm-doc branch from b699336 to 6fc37b0 Compare July 9, 2024 11:13
@lambdanis lambdanis requested a review from tixxdz July 9, 2024 11:13
Copy link
Member

@tixxdz tixxdz left a 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 ?

@tixxdz tixxdz requested a review from michi-covalent July 9, 2024 15:39
Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lambdanis lambdanis merged commit 5d9feb7 into cilium:main Jul 9, 2024
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Related to the Helm chart release-note/docs This PR updates the documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants