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 61eaf4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/rosetta/cdk8schart.ts-fixture
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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 61eaf4d

Please sign in to comment.