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
While using an existingSecret as configuration AND supplying a different name than mercure.fullName, "GLOBAL_OPTIONS" and "CADDY_EXTRA_CONFIG" both uses a non-existing secret (called mercure.fullName).
Workaround
Name the existingSecret with the same name in mercure.fullName or mercure.fullNameOverride
Lasting solution
Make "GLOBAL_OPTIONS" and "CADDY_EXTRA_CONFIG" reference the mercure.secretName instead of mercure.fullName.
The text was updated successfully, but these errors were encountered:
Issue
While using an existingSecret as configuration AND supplying a different name than
mercure.fullName
, "GLOBAL_OPTIONS" and "CADDY_EXTRA_CONFIG" both uses a non-existing secret (calledmercure.fullName
).Workaround
Name the existingSecret with the same name in
mercure.fullName
ormercure.fullNameOverride
Lasting solution
Make "GLOBAL_OPTIONS" and "CADDY_EXTRA_CONFIG" reference the
mercure.secretName
instead ofmercure.fullName
.The text was updated successfully, but these errors were encountered: