Skip to content

revision history limit 0 is not allowed #8

@rouke-broersma

Description

@rouke-broersma

revisionHistoryLimit: {{ .Values.revisionHistoryLimit | default 10 }}

revisionHistoryLimit: {{ .Values.revisionHistoryLimit | default 10 }}

The default call will interpret 0 as missing and set revision history limit to 10 instead of 0. The default call is not needed, as the helm chart value is already default set to 10 and the kubernetes default is 10. Removing the default call will allow me to set revision history limit to 0 (keeping only the active revision).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions