adding sysdig cloud (#318)
* adding sysdig cloud * minor fixes * quotes on version not desc * access key pw not add con
This commit is contained in:
committed by
Bill Maxwell
parent
0c0561c5f1
commit
ed8a87ad7b
@@ -0,0 +1,26 @@
|
||||
.catalog:
|
||||
name: "Sysdig Cloud"
|
||||
version: "0.1"
|
||||
description: "Container-Native Application and Infrastructure Monitoring"
|
||||
questions:
|
||||
- variable: "SDC_ACCESS_KEY"
|
||||
label: "Sysdig Cloud access key"
|
||||
description: "Your unique Sysdig Cloud access key - register for a Sysdig Cloud account at www.sysdig.com to receive a key."
|
||||
type: "password"
|
||||
required: true
|
||||
- variable: "SDC_TAGS"
|
||||
label: "Sysdig Cloud tags"
|
||||
description: "Tags to be applied to all hosts on which the Sysdig Cloud container is deployed - these will surface in the Sysdig Cloud app. Should be a comma-separated list in the form of TAG_NAME:TAG_VALUE. For example: role:webserver,location:europe."
|
||||
type: "string"
|
||||
required: false
|
||||
# - variable: "VERSION"
|
||||
# label: "Sysdig Cloud version"
|
||||
# description: "Specify a version of the Sysdig Cloud container to pull (default will pull latest stable version)."
|
||||
# type: "string"
|
||||
# default: "latest"
|
||||
# required: true
|
||||
- variable: "SDC_ADDITIONAL_CONF"
|
||||
label: "Additional Configuration"
|
||||
description: "Content must be valid yaml code, use the escape \n parameter for new lines and adhere to proper indent requirements."
|
||||
type: "string"
|
||||
required: false
|
||||
Reference in New Issue
Block a user