📝 Fix documentation and comment typos

This commit is contained in:
Hadrien Blanc
2026-03-10 22:53:22 +01:00
committed by aleb_the_flash
parent c4ff42f181
commit 6b08b8da1b
8 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -68,13 +68,13 @@ backend:
python manage.py createsuperuser --email admin@example.com --password admin
restartPolicy: Never
# Exra volume to manage our local custom CA and avoid to set ssl_verify: false
# Extra volume to manage our local custom CA and avoid to set ssl_verify: false
extraVolumeMounts:
- name: certs
mountPath: /usr/local/lib/python3.12/site-packages/certifi/cacert.pem
subPath: cacert.pem
# Exra volume to manage our local custom CA and avoid to set ssl_verify: false
# Extra volume to manage our local custom CA and avoid to set ssl_verify: false
extraVolumes:
- name: certs
configMap: