Add ECR Credential Updater template.

This commit is contained in:
John Engelman
2016-03-21 09:18:08 -05:00
parent f7e0b41dbf
commit be5a34df0f
5 changed files with 131 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
.catalog:
name: "ECR Credential Updater"
version: "v1.0.0"
description: "Updates credentials for ECR in Rancher"
uuid: ecr-1
questions:
- variable: "aws_access_key_id"
label: "AWS Access Key ID"
description: "AWS API Access Key to use for obtaining ECR credentials"
required: true
type: "string"
- variable: "aws_secret_access_key"
label: "AWS Secret Access Key"
description: "AWS API Secret Key to use for obtaining ECR credentials"
required: true
type: "string"
- variable: "aws_region"
label: "AWS Region"
description: "AWS Region that hosts the ECR"
default: us-east-1
required: true
type: "string"
ecr-updater:
scale: 1