helm-cronjobs icon indicating copy to clipboard operation
helm-cronjobs copied to clipboard

a helm chart for cronjobs in kubernetes

Results 4 helm-cronjobs issues
Sort by recently updated
recently updated
newest added

See k8s official documentation: https://kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/#define-a-container-environment-variable-with-data-from-a-single-secret Signed-off-by: zanhsieh

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...

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...

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...