fix(incubator): some cleanup (#3586)

* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
This commit is contained in:
Stavros Kois
2022-08-27 02:12:33 +03:00
committed by GitHub
parent 2f9afd61b2
commit 9056d3c8f7
921 changed files with 3536 additions and 3420 deletions
+6 -6
View File
@@ -18,37 +18,37 @@ questions:
type: dict
attrs:
- variable: ACCESS_KEY
label: 'ACCESS_KEY'
label: "ACCESS_KEY"
description: "Your AWS Access Key."
schema:
type: string
default: "your_access_key_here"
- variable: SECRET_KEY
label: 'SECRET_KEY'
label: "SECRET_KEY"
description: "Your AWS Secret Key."
schema:
type: string
default: "your_secret_key_here"
- variable: REGION
label: 'REGION'
label: "REGION"
description: "The region of your bucket."
schema:
type: string
default: "bucket_region_here"
- variable: S3SYNCPARAMS
label: 'S3SYNCPARAMS'
label: "S3SYNCPARAMS"
description: "(Optional) Extra parameters for the s3 sync command."
schema:
type: string
default: ""
- variable: S3PATH
label: 'S3PATH'
label: "S3PATH"
description: "The target bucket path with optional prefix."
schema:
type: string
default: "s3://your_bucket_name"
- variable: CRON_SCHEDULE
label: 'CRON_SCHEDULE'
label: "CRON_SCHEDULE"
description: "Cron schedule of backup."
schema:
type: string