Fix typo in values file (#861)
* Fix typo Co-authored-by: Jonathan Herlin <jonathan.herlin@elits.com>
This commit is contained in:
		
							parent
							
								
									ae2a38d62a
								
							
						
					
					
						commit
						35b2213e05
					
				| 
						 | 
				
			
			@ -218,7 +218,7 @@ configLogicalBackup:
 | 
			
		|||
  logical_backup_s3_endpoint: ""
 | 
			
		||||
  # S3 Secret Access Key
 | 
			
		||||
  logical_backup_s3_secret_access_key: ""
 | 
			
		||||
  # S3 server side encription
 | 
			
		||||
  # S3 server side encryption
 | 
			
		||||
  logical_backup_s3_sse: "AES256"
 | 
			
		||||
  # backup schedule in the cron format
 | 
			
		||||
  logical_backup_schedule: "30 00 * * *"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -209,7 +209,7 @@ configLogicalBackup:
 | 
			
		|||
  logical_backup_s3_endpoint: ""
 | 
			
		||||
  # S3 Secret Access Key
 | 
			
		||||
  logical_backup_s3_secret_access_key: ""
 | 
			
		||||
  # S3 server side encription
 | 
			
		||||
  # S3 server side encryption
 | 
			
		||||
  logical_backup_s3_sse: "AES256"
 | 
			
		||||
  # backup schedule in the cron format
 | 
			
		||||
  logical_backup_schedule: "30 00 * * *"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -472,7 +472,7 @@ grouped under the `logical_backup` key.
 | 
			
		|||
  When using non-AWS S3 storage, endpoint can be set as a ENV variable. The default is empty.
 | 
			
		||||
 | 
			
		||||
* **logical_backup_s3_sse**
 | 
			
		||||
  Specify server side encription that S3 storage is using. If empty string
 | 
			
		||||
  Specify server side encryption that S3 storage is using. If empty string
 | 
			
		||||
  is specified, no argument will be passed to `aws s3` command. Default: "AES256".
 | 
			
		||||
 | 
			
		||||
* **logical_backup_s3_access_key_id**
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue