Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 814 Bytes

File metadata and controls

32 lines (21 loc) · 814 Bytes

Ansible Automation Platform instances

Installs the Event Driven Ansible Controller

Prerequisites

The current overlays available are:

Usage

If you have cloned the gitops-catalog repository, you can install Logging infrastructure by running from the root gitops-catalog directory

oc apply -k ansible-automation-platform/eda-instance/overlays/default

Or, without cloning:

oc apply -k https://github.com/redhat-cop/gitops-catalog/ansible-automation-platform/eda-instance/overlays/default

As part of a different overlay in your own GitOps repo:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - github.com/redhat-cop/gitops-catalog/ansible-automation-platform/eda-instance/overlays/default?ref=main