add fixed secret key

This commit is contained in:
2026-09-12 18:10:25 -05:00
parent fb5c117ae4
commit 4ecd8fbd67
@@ -58,6 +58,9 @@ spec:
- name: GITEA__security__INSTALL_LOCK - name: GITEA__security__INSTALL_LOCK
value: "true" value: "true"
- name: GITEA__security__SECRET_KEY
value: "randomHex"
volumeMounts: volumeMounts:
- name: gitea-data - name: gitea-data
mountPath: /data mountPath: /data