From 39c09456d192b8330a0c223111b9c1ba1cb356b5 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Fri, 13 Oct 2023 18:46:11 -0400 Subject: [PATCH] Add edit key --- homarr/homarr-deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/homarr/homarr-deployment.yaml b/homarr/homarr-deployment.yaml index 064d401..049aef3 100644 --- a/homarr/homarr-deployment.yaml +++ b/homarr/homarr-deployment.yaml @@ -18,6 +18,12 @@ spec: image: ghcr.io/ajnart/homarr:latest ports: - containerPort: 7575 + env: + - name: EDIT_MODE_PASSWORD + valueFrom: + secretKeyRef: + name: homarr-edit-key + key: edit-key volumeMounts: - name: homarr-config mountPath: /app/data/configs