Add credential secret as volume 3

This commit is contained in:
Ruben Hensen
2024-09-12 15:33:48 +02:00
parent 2b2d333cbe
commit f9374aa984
+4 -1
View File
@@ -15,7 +15,10 @@ spec:
app: ente app: ente
spec: spec:
containers: containers:
- image: ghcr.io/ente-io/server - env:
- name: ENTE_CREDENTIALS_FILE
value: /credentials.yaml
image: ghcr.io/ente-io/server
name: museum name: museum
command: [ "sh", "-c"] command: [ "sh", "-c"]
# loop forever, outputting "yo" every 5 seconds # loop forever, outputting "yo" every 5 seconds