You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2026. It is now read-only.
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
Create a chart that leverages google kms
Attempt to deploy it
Note errors relating to invalid value for rotationPeriod