Skip to content

Commit 8038ad4

Browse files
committed
changes done to solve backup and restore
1 parent 445c933 commit 8038ad4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/complete/aws/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module "aws" {
2929
cluster_name = "cluster-name"
3030
environment = local.environment
3131
name = local.name
32+
namespace = local.namespace
3233
store_password_to_secret_manager = local.store_password_to_secret_manager
3334
mysqldb_custom_credentials_enabled = local.mysqldb_custom_credentials_enabled
3435
mysqldb_custom_credentials_config = local.mysqldb_custom_credentials_config

modules/backup/templates/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ spec:
3737
name: mysql-bucket-uri
3838
key: MYSQL_BUCKET_URI
3939
- name: BUCKET_PROVIDER
40-
value: "gcs"
40+
value: "s3"
4141
- name: AWS_DEFAULT_REGION
4242
value: {{ .Values.backup.aws_default_region }}

0 commit comments

Comments
 (0)