Skip to content

Commit

Permalink
Fix romm
Browse files Browse the repository at this point in the history
Use correct secret values.
  • Loading branch information
mchill committed Oct 17, 2024
1 parent 42e78be commit 7de4a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/applications/romm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
value: romm-user
envFrom:
- secretRef:
name: qbittorrent
name: romm
volumeMounts:
- name: romm
mountPath: /romm/config
Expand All @@ -51,7 +51,7 @@ spec:
value: romm-user
envFrom:
- secretRef:
name: qbittorrent
name: romm
volumeMounts:
- name: romm
mountPath: /var/lib/mysql
Expand Down

0 comments on commit 7de4a3d

Please sign in to comment.