Skip to content

Commit

Permalink
Really run the kubernetes tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Oct 24, 2024
1 parent 483196a commit b9da626
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes-aws-csharp/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: ${DESCRIPTION}
runtime: dotnet
template:
description: A C# program to deploy a Kubernetes cluster on AWS
important: true
config:
aws:region:
description: The AWS region to deploy into
Expand Down
1 change: 1 addition & 0 deletions kubernetes-aws-go/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: ${DESCRIPTION}
runtime: go
template:
description: A Go program to deploy a Kubernetes cluster on AWS
important: true
config:
aws:region:
description: The AWS region to deploy into
Expand Down
1 change: 1 addition & 0 deletions kubernetes-aws-python/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: ${DESCRIPTION}
runtime: python
template:
description: A Python program to deploy a Kubernetes cluster on AWS
important: true
config:
aws:region:
description: The AWS region to deploy into
Expand Down
1 change: 1 addition & 0 deletions kubernetes-aws-typescript/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: ${DESCRIPTION}
runtime: nodejs
template:
description: A TypeScript program to deploy a Kubernetes cluster on AWS
important: true
config:
aws:region:
description: The AWS region to deploy into
Expand Down
1 change: 1 addition & 0 deletions kubernetes-aws-yaml/Pulumi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description: ${DESCRIPTION}
runtime: yaml
template:
description: A Pulumi YAML program to deploy a Kubernetes cluster on AWS
important: true
config:
aws:region:
description: The AWS region to deploy into
Expand Down

0 comments on commit b9da626

Please sign in to comment.