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

#408 Adjust readme for setting up new spark-infrastructure helm chart to account changes for *all* locally used values helm files #409

Merged
merged 1 commit into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ In order to perform this migration, the following steps should be taken:
- [aissemble-spark-history-chart](./aissemble-spark-history-chart/README.md)
- [aissemble-thrift-server-chart](./aissemble-thrift-server-chart)

Certain settings must also be applied to each of your SparkApplications. The following entries should be added to each
data-delivery pipeline's `resources/apps/<pipeline>-dev.yaml` file:
The following settings must also be applied to each of your SparkApplications to enable pipeline execution on local developer machines. By default, this includes each
data-delivery pipeline's `resources/apps/<pipeline>-dev-values.yaml` file.

If other modules with apps to deploy data-delivery pipelines locally are present, the change must also be applied to the helm value files they leverage as well
Copy link
Contributor

Choose a reason for hiding this comment

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

I: This should probably be cherry-picked to the 1.9.3 patch

e.g. `resources/apps/<pipeline>-integration-test-values.yaml`.

```yaml
sparkApp:
Expand Down