Skip to content

Commit

Permalink
fix: add database migration resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ZavenArra committed Feb 5, 2022
1 parent dbaae3e commit 191b124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources:
- mapping.yaml
- service.yaml
- database-connection-sealed-secret.yaml
- database-connection-migration-sealed-secret.yaml
- database-migration-connection-sealed-secret.yaml
- cluster-role.yaml
- cluster-role-binding.yaml
- database-migration-job.yaml
Expand Down
1 change: 1 addition & 0 deletions deployment/overlays/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ bases:
- ../../base
patchesStrategicMerge:
- database-connection-sealed-secret.yaml
- database-migration-connection-sealed-secret.yaml
- mapping.yaml

0 comments on commit 191b124

Please sign in to comment.