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

Pass executor template configuration through the ApplicationGroup spec #360

Closed
wants to merge 1 commit into from
Closed

Conversation

mahalrs
Copy link
Contributor

@mahalrs mahalrs commented Jul 9, 2021

Closes #188

@mahalrs
Copy link
Contributor Author

mahalrs commented Jul 9, 2021

It's not done yet but @nitishm can you have a look.

@nitishm
Copy link
Contributor

nitishm commented Jul 13, 2021

Hey @mahalrs hows this coming along? LMK if need any help

// Subcharts provides the dependency order among the subcharts of the application
// +optional
Subcharts []DAG `json:"subcharts,omitempty"`
}

type Executor struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nitishm Let me try and understand the scenario here, is the idea that someone will customize the executor/docker image per-application group? What is the viable scenario for this? Can we not use a single docker image and then dynamically adjust the checks we do within that executable?

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.

Pass executor template configuration through the ApplicationGroup spec
3 participants