Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 706 Bytes

File metadata and controls

21 lines (21 loc) · 706 Bytes

Building the Helm package

To build the Helm package use the following command from the docs/ folder of the repository:

helm package ../chart/ -d .

After the package has been built, rebuild the index with:

helm repo index . --url https://sdaberdaku.github.io/apache-airflow-providers-pysparkonk8s

The current repository can be added with the following command:

helm repo add pysparkonk8s https://sdaberdaku.github.io/apache-airflow-providers-pysparkonk8s

The repository can then be updated with the following command:

helm repo update pysparkonk8s

To view the available charts in the repository you can use:

helm search repo pysparkonk8s