GithubHelp home page GithubHelp logo

helm-cronjobs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

helm-cronjobs's Issues

Deploy service accounts

Several cronjobs require a service account to run correctly.

With the current chart, they are not supported.

It will be nice if the chart is able to create the service account and attach it to the jobs.

I have no experience with chart development, but if you agree on the feature I can try to implement it

Deploy configmaps with the chart

Several cronjobs require a configuration file.

With the current chart, we need to deploy the configmap manually and use it in the chart.

It will be nice if the chart is able to create the configmap from a list of files.

I have no experience with chart development, but if you agree on the feature I can try to implement it

An error occurs when deploying this chart

Run command on gitlab runner:

$ helm upgrade --install "${COMPONENT}" chartmuseum/helm-cronjobs --version "${API_BACKEND_CHART_VERSION}" --namespace "${CI_K8S_NAMESPACE}" --values ./deploy/${VALUES}.yaml --wait --timeout "${HELM_TIMEOUT}"

When deploying to a dev environment in k8s, an error occurs:

coalesce.go:175: warning: skipped value for helm-cronjobs.jobs: Not a table.
Error: UPGRADE FAILED: template: helm-cronjobs/templates/serviceaccount.yaml:6:21: executing "helm-cronjobs/templates/serviceaccount.yaml" at <$job>: wrong type for value; expected map[string]interface {}; got string

How can this error be fixed?

nil pointer evaluating interface {}.repository

Hi,
Creating a brand new cron job works fine, but when helm upgrade --install is called to update an existing cron job I see the following error....

helm.go:76: [debug] template: app/charts/datacollector/templates/cronjob.yaml:44:27: executing "app/charts/datacollector/templates/cronjob.yaml" at <$job.image.repository>: nil pointer evaluating interface {}.repository

my values.yaml looks like this...

  jobs:
  - name: pdschedule
    image:
      repository: private/pdschedule
      tag: 2
      imagePullPolicy: IfNotPresent
    schedule: 0 */4 * * *
    failedJobsHistoryLimit: 1
    successfulJobsHistoryLimit: 3
    concurrencyPolicy: Forbid
    restartPolicy: OnFailure
    command:
    - /bin/sh
    args:
    - -c
    - java $JAVA_OPTS -jar /app.jar com.example.app

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.