Git Product home page Git Product logo

Comments (3)

foosinn avatar foosinn commented on June 12, 2024
environment:
  KUBE_API_SERVER: https://masterIP:6443
  KUBE_TOKEN:
    from_secret: dev_kubernetes_token

these options should go into settings

  chart: /home/team2/helm/mml

i asume that is the path on your local machine? you want to use a relative path like ./helm/mml

from drone-helm3.

kyletong69 avatar kyletong69 commented on June 12, 2024
  - name: helm-deploy
    image: bitsbeats/drone-helm3
    settings:
      KUBE_API_SERVER: https://masterIP:6443
      KUBE_TOKEN:
        from_secret: dev_kubernetes_token
      mode: installupgrade
      chart: ./helm/mml
      release: mml-dev
      kube_service_account: admin-user
      wait: true
      values: image.tag=${DRONE_TAG}#
      values_files: ["./helm/mml/values.yaml"]
      namespace: mml-dev
      skip_tls_verify: true

Yes, I have set it up according to your method, but still shows that the chart path can't be found helm/mml/Chart.yaml.
My Chart.yaml is in the /helm/mml path.

from drone-helm3.

foosinn avatar foosinn commented on June 12, 2024

the path should be relative to your git root.

  KUBE_API_SERVER: https://masterIP:6443
  KUBE_TOKEN:
    from_secret: dev_kubernetes_token

you can lowercase them. drone has some documentation how these settings work.

from drone-helm3.

Related Issues (7)

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.