Coder Social home page Coder Social logo

delegate-helm-chart's Introduction

Delegate-helm-chart

Contributor License Agreement

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.

Testing chart changes

  1. Fetch your accountId and delegateToken from Harness. For more information about delegate tokens, refer documentation delegate tokens.
  2. If delegateDockerImage is not set in your chart, pick latest available tag from delegate docker-hub.
  3. From root directory of chart repo, execute below command to install delegate using helm chart.
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
  1. Once delegate is installed, test your changes.
  2. For further debugging, you can refer this.

Raising Pull request

  1. If you are adding a new variable, please provide a description of variable in values.yaml.
  2. Once changes are tested, raise a pull request without changing chart.yaml and index.yaml

delegate-helm-chart's People

Contributors

anupamio avatar xingchi-jin avatar rssnyder avatar goodrum-harness avatar jin-harmoney avatar mmorejon avatar rickcraig avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.