Add credential secret as volume 7

This commit is contained in:
Ruben Hensen
2024-09-12 15:43:29 +02:00
parent 5314eb1765
commit 114941b58b
+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