Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Import dir config option #2937

Open
wants to merge 2 commits into
base: 2.x
Choose a base branch
from

Conversation

clayrosenthal
Copy link

Fixes #2159

Allows specifying the import output directory in the config file. I named the config option importDirectory to be distinct from output which refers to the output directory of the synth command. I'm happy to use a different name, but I figured it was reasonable enough.

I can make a followup PR to the cdk8s repo with the docs changes if necessary.

To add to the docs:

cdk8s.yaml:

importDirectory: imports

Signed-off-by: Clay Rosenthal <git@mail.clayrosenthal.me>
Signed-off-by: Clay Rosenthal <git@mail.clayrosenthal.me>
@clayrosenthal clayrosenthal changed the title Import dir config option [FEAT] Import dir config option Nov 14, 2024
@clayrosenthal clayrosenthal changed the title [FEAT] Import dir config option [feat] Import dir config option Nov 14, 2024
@clayrosenthal clayrosenthal changed the title [feat] Import dir config option feat: Import dir config option Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow overriding output directory for imports in cdk8s.yaml config file
1 participant