charts icon indicating copy to clipboard operation
charts copied to clipboard

Gangway CA secret broken

Open holmesb opened this issue 3 years ago • 0 comments

Hi,

When you try to deploy Gangway with a certificate specified in .trustedCA.content, it errors:

data[tls.key]: Required value

This is because the secret is type: kubernetes.io/tls which requires a tls.key, yet there is no key in the config.yaml template. Changing secret type to default (opaque) resolves.

holmesb avatar Sep 13 '21 16:09 holmesb