This repository contains the helm charts for deploying Astro Private Cloud (APC) into a Kubernetes cluster.
Astro Private Cloud is your Kubernetes hosted enterprise data platform. Source code is made available for the benefit of our customers. Contact our sales team if you'd like to use the platform.
You can read the Astronomer platform documentation at https://www.astronomer.io/docs/astro-private-cloud.
We welcome any contributions:
- Report all enhancements, bugs, and tasks as GitHub issues
- Provide fixes or enhancements by opening pull requests in GitHub
See docs/local-development.md for instructions on setting up a local development environment, running chart tests, and developing against a local cluster (k3d-based CP/DP setup, or a simpler KinD-based single-cluster setup).
The code in this repo is licensed Apache 2.0 with Commons Clause, however it installs Astronomer components that have a commercial license, and requires a commercial subscription from Astronomer, Inc.
The ./values.schema.json.example file can be used to validate the helm values you are using work with the default airflow chart shipped with this repo. To use it remove the .example postfix from the file and proceed with the helm lint, install, and upgrade commands as normal.