diff options
| -rw-r--r-- | f3s/linkding/helm-chart/templates/deployment.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/f3s/linkding/helm-chart/templates/deployment.yaml b/f3s/linkding/helm-chart/templates/deployment.yaml index 5c70891..87685f2 100644 --- a/f3s/linkding/helm-chart/templates/deployment.yaml +++ b/f3s/linkding/helm-chart/templates/deployment.yaml @@ -18,6 +18,9 @@ spec: image: sissbruecker/linkding:latest ports: - containerPort: 9090 + env: + - name: LD_CSRF_TRUSTED_ORIGINS + value: "https://linkding.f3s.buetow.org" volumeMounts: - name: linkding-data mountPath: /etc/linkding/data |
