In order to clarify the intellectual property license granted with Contributions from any person or entity, Harness Inc. (“Harness”) must have a Contributor License Agreement (“CLA”) on file that has been read and followed by each contributor, indicating an agreement to the license terms here. This license is for your protection as a Contributor as well as the protection of Harness; it does not change your rights to use your own Contributions for any other purpose.
helm upgrade -i <release_name> --namespace <namespace> --create-namespace \
./harness-delegate-ng \
--set delegateName=<delegate_name> \
--set accountId=<account_id> \
--set delegateToken=<delegate_token> \
--set delegateDockerImage=<delegate_docker_image>
You can refer below Sample:
helm upgrade -i helm-delegate --namespace harness-delegate-ng --create-namespace \
./harness-delegate-ng \
--set delegateName=helm-delegate \
--set accountId=<account_id> \
--set delegateToken=<delegate_token> \
--set delegateDockerImage=harness/delegate:23.06.79707