Skip to content

convert: add support for genCA function #35

@myitcv

Description

@myitcv

Is your feature request related to a problem? Please describe.

The nginx chart's ingress-tls-secret.yaml and tls-secret.yaml
templates are skipped because they use the genCA function:

unsupported template action: {{$ca := genCA "nginx-ca" 365}}

This affects 2 templates in the nginx-22.0.7 integration test.

Describe the solution you'd like

Add support for genCA and related crypto certificate functions
(genSelfSignedCert, genSignedCert, etc.) from the Sprig
library. These generate certificates at render time, so the CUE
output would need to represent them as placeholder values or
runtime dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or requestsprigMissing Sprig function support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions