Skip to content

Commit

Permalink
fix readme in aws-eks
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Jun 10, 2022
1 parent 2d37c9f commit 678a7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ export class MyChart extends cdk8s.Chart {
containers: [
new kplus.Container({
image: 'my-image',
env: {
envVariables: {
BUCKET_NAME: kplus.EnvValue.fromValue(props.bucket.bucketName),
},
}),
Expand Down

0 comments on commit 678a7c9

Please sign in to comment.