Ansible Automation Platform Helm Chart customises and deploys the Ansible Automation Platform project using the Operator written by Red Hat.
To install the chart from source:
helm dep up
helm upgrade --install ansible-automation-platform -f values.yaml . --create-namespace --namespace ansible-automation-platform
The above command creates objects with default naming convention and configuration.
To install the chart from repository:
helm repo add redhat-cop https://redhat-cop.github.io/helm-charts
helm install ansible-automation-platform redhat-cop/ansible-automation-platform
To delete the chart:
helm uninstall ansible-automation-platform --namespace ansible-automation-platform
If your chart only partially installed you can try disabling hooks when deleting
helm delete ansible-automation-platform --no-hooks
The values.yml file contains instructions for common chart overrides.