We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445c933 commit 8038ad4Copy full SHA for 8038ad4
examples/complete/aws/main.tf
@@ -29,6 +29,7 @@ module "aws" {
29
cluster_name = "cluster-name"
30
environment = local.environment
31
name = local.name
32
+ namespace = local.namespace
33
store_password_to_secret_manager = local.store_password_to_secret_manager
34
mysqldb_custom_credentials_enabled = local.mysqldb_custom_credentials_enabled
35
mysqldb_custom_credentials_config = local.mysqldb_custom_credentials_config
modules/backup/templates/cronjob.yaml
@@ -37,6 +37,6 @@ spec:
37
name: mysql-bucket-uri
38
key: MYSQL_BUCKET_URI
39
- name: BUCKET_PROVIDER
40
- value: "gcs"
+ value: "s3"
41
- name: AWS_DEFAULT_REGION
42
value: {{ .Values.backup.aws_default_region }}
0 commit comments