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
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.
The text was updated successfully, but these errors were encountered:
holmesb
pushed a commit
to holmesb/charts-1
that referenced
this issue
Sep 13, 2021
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.The text was updated successfully, but these errors were encountered: