Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed May 16, 2024
1 parent add01d7 commit ce69fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rollout.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: rollout-prod

on:
workflow_dispatch:
schedule:
- cron: '0 0 */6 * * *'

Expand Down
2 changes: 1 addition & 1 deletion .k8s/staging/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
volumes:
- name: volume
persistentVolumeClaim:
claimName: louper-staging-db
claimName: louper-db
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand Down

0 comments on commit ce69fbf

Please # to comment.