From 89425826e8b0ba4e7e05e358289f35bdba0d67df Mon Sep 17 00:00:00 2001 From: SweetGeneral <47386773+SweetGeneral@users.noreply.github.com> Date: Thu, 25 Aug 2022 18:56:26 +0530 Subject: [PATCH] AWX.enable corrected to AWX.enabled (#1035) Co-authored-by: sandesh.gupta --- .helm/starter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.helm/starter/README.md b/.helm/starter/README.md index 6908aafb..0198f296 100644 --- a/.helm/starter/README.md +++ b/.helm/starter/README.md @@ -5,7 +5,7 @@ This chart installs the AWX Operator resources configured in [this](https://gith ## Getting Started To configure your AWX resource using this chart, create your own `yaml` values file. The name is up to personal preference since it will explicitly be passed into the helm chart. Helm will merge whatever values you specify in your file with the default `values.yaml`, overriding any settings you've changed while allowing you to fall back on defaults. Because of this functionality, `values.yaml` should not be edited directly. -In your values config, enable `AWX.enable` and add `AWX.spec` values based on the awx operator's [documentation](https://github.com/ansible/awx-operator/blob/devel/README.md). Consult the docs below for additional functionality. +In your values config, enable `AWX.enabled` and add `AWX.spec` values based on the awx operator's [documentation](https://github.com/ansible/awx-operator/blob/devel/README.md). Consult the docs below for additional functionality. ### Installing The operator's [helm install](https://github.com/ansible/awx-operator/blob/devel/README.md#helm-install-on-existing-cluster) guide provides key installation instructions.