charts
charts copied to clipboard
Gangway CA secret broken
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.