citrusframework / yaks

YAKS is a platform to enable Cloud Native BDD testing on Kubernetes
Apache License 2.0
83 stars 27 forks source link

Create Kubernetes secret must use base64 encoded values #381

Closed christophd closed 2 years ago

christophd commented 2 years ago

When creating secrets with YAKS API the file/literal content must be base64 encoded. Currently the API creates plaintext values in secrets which leads to Kubernetes API errors.