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
The Helm chart does not allow to set the environment variable PENPOT_INTERNAL_RESOLVER needed for the deployment of the frontend in a k8s cluster as described here penpot/penpot#3310.
The side effect is that assets (images, etc.) are saved correctly but are not served by the frontend due to the default value of the resolver in the nginx configuration file which is set to 127.0.0.11.
The text was updated successfully, but these errors were encountered:
The Helm chart does not allow to set the environment variable
PENPOT_INTERNAL_RESOLVER
needed for the deployment of the frontend in a k8s cluster as described here penpot/penpot#3310.The side effect is that assets (images, etc.) are saved correctly but are not served by the frontend due to the default value of the resolver in the nginx configuration file which is set to
127.0.0.11
.The text was updated successfully, but these errors were encountered: