-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into release-notes
- Loading branch information
Showing
45 changed files
with
1,737 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
--- | ||
title: Kubernetes | ||
title: Kubernetes Deployments Using Armory CD-as-a-Service | ||
linkTitle: Kubernetes | ||
weight: 100 | ||
no_list: false | ||
weight: 1 | ||
exclude_search: true | ||
description: > | ||
In this section, learn how to use Argo Rollouts with CD-as-a-Service. Also, learn how CD-as-a-Service implements Horizontal Pod Autoscaling when it's part of your deployment. | ||
In this section, learn about Kubernetes deployments using CD-as-a-Service, how to use Argo Rollouts with CD-as-a-Service. Also, learn how CD-as-a-Service implements Horizontal Pod Autoscaling when it's part of your deployment. | ||
--- |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
--- | ||
title: Lambda | ||
linktitle: Lambda | ||
weight: 10 | ||
description: > | ||
placeholder | ||
draft: true | ||
no_list: false | ||
title: AWS Lambda Deployments Using Armory CD-as-a-Service | ||
linkTitle: AWS Lambda | ||
weight: 1 | ||
exclude_search: true | ||
--- | ||
|
||
@TODO placeholder change to DRAFT | ||
description: > | ||
In this section, learn about AWS Lambda deployments using CD-as-a-Service. | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Create an Armory IAM Role for AWS Lambda Deployment | ||
linkTitle: Create Armory IAM Role | ||
weight: 5 | ||
description: > | ||
Create the Armory IAM Role that CD-as-a-Service assumes when it deploys your AWS Lambda function. | ||
--- | ||
|
||
## {{% heading "prereq" %}} | ||
|
||
Make sure you have [installed the CD-as-a-Service CLI]({{< ref "cli" >}}), which you use to load the AWS Cloud Formation template into your AWS Account. | ||
|
||
## Create the Armory IAM role | ||
|
||
{{< include "lambda/iam-role.md" >}} | ||
|
||
{{< include "lambda/iam-role-steps.md" >}} |
Oops, something went wrong.