From 565f557b513eb8a7221cd9e71330038d632a1936 Mon Sep 17 00:00:00 2001 From: Martin Jackson Date: Wed, 4 Dec 2024 10:47:31 -0600 Subject: [PATCH] Update docs for automation hub key --- Chart.yaml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 35b0d95..c722b1c 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,4 +3,4 @@ description: A Helm chart to build and deploy secrets using external-secrets for keywords: - pattern name: aap-config -version: 0.1.0 +version: 0.1.1 diff --git a/README.md b/README.md index 7b0479b..e56b81a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # aap-config -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) +![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) A Helm chart to build and deploy secrets using external-secrets for ansible-edge-gitops @@ -13,6 +13,7 @@ This chart is used to set up the Ansible Automation Platform Operator version 2. | aapManifest.key | string | `"secret/data/hub/aap-manifest"` | | | agof.agof_repo | string | `"https://github.com/validatedpatterns/agof.git"` | | | agof.agof_revision | string | `"v2"` | | +| agof.automationHubTokenKey | string | `"secret/data/hub/automation-hub-token"` | | | agof.iac_repo | string | `"https://github.com/validatedpatterns-demos/ansible-edge-gitops-hmi-config-as-code.git"` | | | agof.iac_revision | string | `"main"` | | | agof.vaultFileKey | string | `"secret/data/hub/agof-vault-file"` | |