Skip to content

Latest commit

 

History

History

ansible-automation-platform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Ansible Automation Platform Operator Helm Deploy

Ansible Automation Platform Helm Chart customises and deploys the Ansible Automation Platform project using the Operator written by Red Hat.

Installing the chart ( for Development)

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.

Installing the chart ( regular usage)

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

Removing the chart

To delete the chart:

helm uninstall ansible-automation-platform --namespace ansible-automation-platform

Troubleshooting

If your chart only partially installed you can try disabling hooks when deleting

helm delete ansible-automation-platform --no-hooks

Configuration

The values.yml file contains instructions for common chart overrides.