From de5e9817802408381c9ca4ba3b053361d175f607 Mon Sep 17 00:00:00 2001 From: David Gries Date: Fri, 2 Aug 2024 10:05:47 +0200 Subject: [PATCH] Fix error in `extraDeploy` section of Helm readme `extraDeploy` is on root level, not under `AWX` as noted by @heinzelmannm https://github.com/ansible/awx-operator/commit/b6b3b6c0abbd88fa70c12135e2290564e94d82fb#r144897311 --- .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 31e48bd7c..29f045cc8 100644 --- a/.helm/starter/README.md +++ b/.helm/starter/README.md @@ -68,7 +68,7 @@ These sub-headers aim to be a more intuitive entrypoint into customizing your de The `AWX.postgres` section simplifies the creation of the external postgres secret. If enabled, the configs provided will automatically be placed in a `postgres-config` secret and linked to the `AWX` resource. For proper secret management, the `AWX.postgres.password` value, and any other sensitive values, can be passed in at the command line rather than specified in code. Use the `--set` argument with `helm install`. Supplying the password this way is not recommended for production use, but may be helpful for initial PoC. ### Additional Kubernetes Resources -The `AWX.extraDeploy` section allows the creation of additional Kubernetes resources. This simplifies setups requiring additional objects that are used by AWX, e.g. using `ExternalSecrets` to create Kubernetes secrets. +The `extraDeploy` section allows the creation of additional Kubernetes resources. This simplifies setups requiring additional objects that are used by AWX, e.g. using `ExternalSecrets` to create Kubernetes secrets. Resources are passed as an array, either as YAML or strings (literal "|"). The resources are passed through `tpl`, so templating is possible. Example: