typo: Fix some minor typos.
Signed-off-by: Guillaume Coguiec <guillaume@logical.work>
This commit is contained in:
@@ -15,7 +15,7 @@ suffix: random.#String & {
|
||||
seed: ""
|
||||
}
|
||||
|
||||
// Query the Cloudformation stackname, or create one with a random suffix to keep unicity
|
||||
// Query the Cloudformation stackname, or create one with a random suffix for uniqueness
|
||||
cfnStackName: *"stack-\(suffix.out)" | string & dagger.#Input
|
||||
|
||||
// AWS Cloudformation stdlib
|
||||
|
@@ -16,7 +16,7 @@ tag: "test-ecr"
|
||||
|
||||
// Todoapp deployment pipeline
|
||||
todoApp: {
|
||||
// Build the image from repositoru artifact
|
||||
// Build the image from repository artifact
|
||||
image: docker.#Build & {
|
||||
source: repository
|
||||
}
|
||||
@@ -37,7 +37,7 @@ todoApp: {
|
||||
image: remoteImage.ref
|
||||
}
|
||||
|
||||
// Deploy the customized manifest to a kubernetes cluster
|
||||
// Deploy the customized manifest to a kubernetes cluster
|
||||
kubeSrc: kubernetes.#Resources & {
|
||||
"kubeconfig": kubeconfig
|
||||
manifest: deployment.manifest
|
||||
|
@@ -23,7 +23,7 @@ manifest: dagger.#Artifact & dagger.#Input
|
||||
|
||||
// Todoapp deployment pipeline
|
||||
todoApp: {
|
||||
// Build the image from repositoru artifact
|
||||
// Build the image from repository artifact
|
||||
image: docker.#Build & {
|
||||
source: repository
|
||||
}
|
||||
|
Reference in New Issue
Block a user