feat(database): use itemized list in extra volume for certificate
This commit is contained in:
parent
47de41ba4c
commit
e3a93114c9
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,6 @@ extraVolumeMounts:
|
||||||
- mountPath: /etc/ssl/forgejo/postgres.pem
|
- mountPath: /etc/ssl/forgejo/postgres.pem
|
||||||
name: postgres-cert-volume
|
name: postgres-cert-volume
|
||||||
readOnly: true
|
readOnly: true
|
||||||
subPath: postgres.pem
|
|
||||||
|
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: elasticsearch-cert-volume
|
- name: elasticsearch-cert-volume
|
||||||
|
@ -41,6 +40,9 @@ extraVolumes:
|
||||||
- name: postgres-cert-volume
|
- name: postgres-cert-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: otc-rds-tls-ca-cert
|
secretName: otc-rds-tls-ca-cert
|
||||||
|
items:
|
||||||
|
- key: postgres.pem
|
||||||
|
path: postgres.pem
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
additionalConfigFromEnvs:
|
additionalConfigFromEnvs:
|
||||||
|
|
Loading…
Reference in a new issue