Add credential secret as volume 9

This commit is contained in:
Ruben Hensen
2024-09-12 15:46:05 +02:00
parent d4c0012435
commit 364eff0ebe
+3 -3
View File
@@ -20,9 +20,9 @@ spec:
value: /credentials/credentials.yaml
image: ghcr.io/ente-io/server
name: museum
# command: [ "sh", "-c"]
# # loop forever, outputting "yo" every 5 seconds
# args: ["while true; do echo 'yo' && sleep 5; done;"]
command: [ "sh", "-c"]
# loop forever, outputting "yo" every 5 seconds
args: ["while true; do echo 'yo' && sleep 5; done;"]
ports:
- containerPort: 8080
protocol: TCP