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
// DefaultServerSecretName is the filename of the Secret with a TLS cert and a key for the default server.
51
-
constDefaultServerSecretName="default"
50
+
// DefaultServerSecretFileName is the filename of the Secret with a TLS cert and a key for the default server.
51
+
constDefaultServerSecretFileName="default"
52
52
53
-
// WildcardSecretName is the filename of the Secret with a TLS cert and a key for the ingress resources with TLS termination enabled but not secret defined.
54
-
constWildcardSecretName="wildcard"
53
+
// WildcardSecretFileName is the filename of the Secret with a TLS cert and a key for the ingress resources with TLS termination enabled but not secret defined.
54
+
constWildcardSecretFileName="wildcard"
55
55
56
56
// JWTKeyKey is the key of the data field of a Secret where the JWK must be stored.
0 commit comments