Open radhika-pr opened 1 year ago
Hi, @radhika-pr. tridentctl
is the preferred way to customize Trident to the extent you describe.
@clintonk We are currently using manifest created by tridentctl. The addon is installed using Argocd+kustomize and it will be much cleaner to have helm chart for our setup.
In helm include options for configuring
hostNetwork
andhttps_port
for trident-controller.Trident helm chart now allows only limited options for customizing the configuration options of trident orchestrator. It would be nice to have the options to run the trident-controller deployment on host network when required and options to change the http port too.
An alternate solution we have tried is using tridentctl generate the manifests and use it for additional configuration changes.