Skip to content

Commit

Permalink
Add required flags
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Bravo <[email protected]>
  • Loading branch information
EMaksy and abravosuse authored Jan 24, 2025
1 parent d61cf5f commit d1fadb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trento/adoc/helm_event_pruning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ daily at 3 AM:

[source,bash]
----
helm install trento-server . \
helm upgrade \
--install trento-server oci://registry.suse.com/trento/trento-server \
--set trento-web.trentoWebOrigin=yourtrentoserverhostname \
--set trento-web.adminUser.password=youradminpasswor \
--set trento-web.pruneEventsOlderThan=30 \
--set trento-web.pruneEventsCronjobSchedule="0 3 * * *"
Expand Down

0 comments on commit d1fadb8

Please sign in to comment.