Skip to content

Commit b7ded3b

Browse files
author
Scott Malkie
committed
Move CICD into 03 section
1 parent b7f63d0 commit b7ded3b

File tree

1 file changed

+2
-2
lines changed
  • 03-path-application-development/308-cicd-with-codesuite

1 file changed

+2
-2
lines changed

wip-modules/cicd/codesuite/README.adoc renamed to 03-path-application-development/308-cicd-with-codesuite/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toc:
33
:icons:
44
:linkcss:
5-
:imagesdir: ../images
5+
:imagesdir: ../../resources/images
66

77
= CodeSuite - Continuous Deployment Reference Architecture for Kubernetes
88

@@ -18,6 +18,6 @@ The last of these three are sensitive, the cloudformation parameter is marked wi
1818
KMS key and stored in parameter store. The Lambda function that authenticates to your Kubernetes API endpoint is assigned an IAM role that has permission to access those keys. The Lambda function builds a config file in the tmpfs directory of the Lambda which is in memory
1919
so that when the Lambda function terminates the secrets are gone.
2020

21-
image::../../images/cicd.png[Architecture]
21+
image::cicd.png[Architecture]
2222

2323
Head over the https://github.com/aws-samples/aws-kube-codesuite[repo] to deploy this architecture into your own cluster.

0 commit comments

Comments
 (0)