fix(gitea): Also for attachements
This commit is contained in:
@@ -133,6 +133,16 @@ gitea:
|
||||
secretKeyRef:
|
||||
name: gitea-s3
|
||||
key: secret_key
|
||||
- name: GITEA__STORAGE_PACKAGE__MINIO_ACCESS_KEY_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-s3
|
||||
key: access_key
|
||||
- name: GITEA__STORAGE_PACKAGES__MINIO_SECRET_ACCESS_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: gitea-s3
|
||||
key: secret_key
|
||||
- name: GITEA__DATABASE__PASSWD
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
||||
Reference in New Issue
Block a user