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