fix: bookstack secret

This commit is contained in:
auricom
2022-07-03 12:28:41 +02:00
parent 42f35ffc67
commit 32c0e7af63
3 changed files with 62 additions and 3 deletions

View File

@@ -58,9 +58,9 @@ spec:
volumeMounts:
- name: secret
mountPath: /opt/id_rsa
subPath: deployment-rsa-priv-key
subPath: deployment_rsa_priv_key
volumes:
- name: secret
secret:
secretName: drone-pipelines
secretName: bookstack-secrets
restartPolicy: Never