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
Hello,
You are using the same PVC name for two deployments (basic and webhook), is it normal ? volumes: - name: "data" {{ include "n8n.pvc" . }}
For me, you can't reuse a PVC already attach with ReadWriteOnce accessMode.
Secondly, I can’t run the n8n Docker container with webhook arguments; I encounter this error: Invalid timestamp value for N8N_RELEASE_DATE: $(date -u +"%Y-%m-%dT%H:%M:%SZ")
When I run my Docker container with the -e flag and a valid release date, the container exits with code 1 without any logs (even in debug mode). Could this be because the HOSTNAME and URL environment variables are not set?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
You are using the same PVC name for two deployments (basic and webhook), is it normal ?
volumes: - name: "data" {{ include "n8n.pvc" . }}
For me, you can't reuse a PVC already attach with ReadWriteOnce accessMode.
Secondly, I can’t run the n8n Docker container with webhook arguments; I encounter this error:
Invalid timestamp value for N8N_RELEASE_DATE: $(date -u +"%Y-%m-%dT%H:%M:%SZ")
When I run my Docker container with the -e flag and a valid release date, the container exits with code 1 without any logs (even in debug mode). Could this be because the HOSTNAME and URL environment variables are not set?
Thanks
The text was updated successfully, but these errors were encountered: