You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by nc...@apache.org on 2022/05/11 18:23:55 UTC

[incubator-sdap-in-situ-data-services] branch master updated (4e65e0e -> 5aa2ba5)

This is an automated email from the ASF dual-hosted git repository.

nchung pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-in-situ-data-services.git


    from 4e65e0e  Merge pull request #1 from wphyojpl/master
     new 15ab40a  Simplifying deployment pattern
     new 68fcf4a  Empty string default for secret values
     new 5aa2ba5  Merge pull request #2 from briansaildrone/simplifying-deployment-pattern

The 158 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Deployment-in-AWS.md                               |  76 +--
 k8s_spark/k8s_spark/values.yaml                    | 694 ---------------------
 k8s_spark/parquet.spark.helm/.gitignore            |   1 +
 k8s_spark/parquet.spark.helm/Chart.lock            |   6 +
 k8s_spark/parquet.spark.helm/Chart.yaml            |   9 +-
 .../parquet.spark.helm/templates/deployment.yaml   |  32 +-
 .../parquet.spark.helm/templates/ingress.yaml      |  33 +-
 k8s_spark/parquet.spark.helm/templates/secret.yaml |  10 +-
 k8s_spark/parquet.spark.helm/values.yaml           |  66 +-
 parquet_flask/utils/config.py                      |   6 +-
 10 files changed, 159 insertions(+), 774 deletions(-)
 delete mode 100644 k8s_spark/k8s_spark/values.yaml
 create mode 100644 k8s_spark/parquet.spark.helm/.gitignore
 create mode 100644 k8s_spark/parquet.spark.helm/Chart.lock