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
Description
Fulcio ingress TLS option has the wrong indentation in the values.
As per http ingress template, the TLS option is enabled via .Values.server.ingress.tls. However, the default values makes use of .Values.server.ingress.http.tls
Right now this is broken when making use of default values. I would recommend that we fix the template since .Values.server.ingress.http.tls makes more sense and goes along with .Values.server.ingress.grpc.tls pattern.
Version
fulcio-2.5.3
The text was updated successfully, but these errors were encountered:
Description
Fulcio ingress TLS option has the wrong indentation in the values.
As per http ingress template, the TLS option is enabled via
.Values.server.ingress.tls
. However, the default values makes use of.Values.server.ingress.http.tls
Right now this is broken when making use of default values. I would recommend that we fix the template since
.Values.server.ingress.http.tls
makes more sense and goes along with.Values.server.ingress.grpc.tls
pattern.Version
fulcio-2.5.3
The text was updated successfully, but these errors were encountered: