Skip to content

Commit

Permalink
#408 Adjust readme for setting up new spark-infrastructure helm char…
Browse files Browse the repository at this point in the history
…t to account changes for *all* locally used values helm files.

Co-authored-by: Emily Wilkins <[email protected]>
  • Loading branch information
cpointe-ibllanos and ewilkins-csi committed Oct 22, 2024
1 parent c2ab354 commit 4bff71a
Showing 1 changed file with 5 additions and 2 deletions.
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
e.g. `resources/apps/<pipeline>-integration-test-values.yaml`.

```yaml
sparkApp:
Expand Down

0 comments on commit 4bff71a

Please sign in to comment.