-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Piotr Grzeskowiak
committed
Apr 18, 2024
1 parent
09c4321
commit c0117ad
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: 0.1 | ||
version: 0.0.1 | ||
description: A quickly thrown together Helm chart for deploying a job to migrate S3 data | ||
name: migrate-s3 | ||
description: A quickly thrown together Helm chart for deploying a job to migrate DB data | ||
name: migrate-db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: 0.1 | ||
version: 0.0.1 | ||
description: A quickly thrown together Helm chart for deploying a job to migrate S3 data | ||
name: migrate-s3 | ||
description: Job to refresh DB data | ||
name: refresh-db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
apiVersion: v2 | ||
appVersion: 0.1 | ||
version: 0.0.1 | ||
description: A quickly thrown together Helm chart for deploying a job to migrate S3 data | ||
name: migrate-s3 | ||
description: Jobs to refresh S3 data | ||
name: refresh-s3 |