nelm
nelm copied to clipboard
Nelm is a Helm 3 alternative and werf deployment engine
Access control when users work with secrets. For example, according to a specific company security policy, developers should not have access to production secrets.
Description: I would like to request the addition of an annotation that allows users to specify a maximum number of logs that can be outputted during a deployment job. This...
Maybe the algorithm like this might help: 1. Remove Pods that are in CrashLoopBackoff. 2. Update controller. 3. Start tracking. Tracking must ignore Pods that are deleting.
### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version werf 2.6.0 ### How to reproduce Deploy these resources: ```yaml apiVersion: v1 kind: ServiceAccount metadata: name: sa...
### Problem If the third-party chart does not allow modifications of some resources (e. g. no way to specify securityContext for Pod), then chart consumers must fork the chart and...
### Before proceeding - [X] I didn't find a similar [issue](https://github.com/werf/werf/issues) ### Version v1.2.321 ### How to reproduce In any chart, add Job with annotation "helm.sh/hook: pre-delete", run `werf dismiss`...
### Problem Go templates which are used to generate Kubernetes manifests in Helm are difficult to write, read, debug and maintain. They have issues with performance, values mutability, template name...
Werf now performs dependencies building automatically during converge process of the werf chart. But neither of werf or helm does perform dependencies building recursively for downloaded subcharts (and subcharts of...
The only command in the secret group is tied to the project and requires a git repository and configuration files. Options for resolving ambiguity: - Move the command to the...