Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

googleKms.rotationPeriod converted to int but it's expected to be a sting #36

@mrfelton

Description

@mrfelton

Describe the bug

Unable to successfully deploy when leveraging GoogleKms due to invalid value for rotationPeriod

If you leave rotationPeriod unset it complains that a nil value is not allowed. If you set it to a number like 30 it complains that int64 is incorrect datatype. If you set it to string "30" it still complains about int64 being incorrect datatype.

Versions used
Kamus (API images): 0.6.0.0
Kamus CLI: 0.3.0
Chart version: ~0.4.3
KMS provider: Google KMS
Kubernetes flavour and version: (e.g. OpenShift Origin 3.9) GKE

To Reproduce

  1. Create a chart that leverages google kms
  2. Attempt to deploy it
  3. Note errors relating to invalid value for rotationPeriod

Expected behavior
Should deploy without errors.

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