Add initial spire-ha-agent support to the spire-nested chart (#790)

* Add initial spire-ha-agent support to the spire-nested chart

Signed-off-by: Kevin Fox <[email protected]>

* Fix docs

Signed-off-by: Kevin Fox <[email protected]>

* Fix lint issue

Signed-off-by: Kevin Fox <[email protected]>

---------

Signed-off-by: Kevin Fox <[email protected]>
This commit is contained in:
kfox1111
2026-04-10 08:46:28 +00:00
committed by GitHub
parent c71ffc3c4e
commit 86787b5912
3 changed files with 59 additions and 26 deletions
+13
View File
@@ -105,12 +105,25 @@ dependencies:
- nestedRoot
- nestedChildFull
- nestedChildSecurity
- haAgentCommon
repository: file://../spire/charts/spiffe-oidc-discovery-provider
version: 0.1.0
- name: tornjak-frontend
condition: tornjak-frontend.enabled
repository: file://../spire/charts/tornjak-frontend
version: 0.1.0
- name: spiffe-csi-driver
repository: file://../spire/charts/spiffe-csi-driver
version: 0.1.0
condition: spiffe-csi-driver.enabled
tags:
- haAgentCommon
- name: spire-ha-agent
repository: file://../spire-ha-agent
version: 0.1.0
condition: spire-ha-agent.enabled
tags:
- haAgentCommon
annotations:
artifacthub.io/category: security
artifacthub.io/license: Apache-2.0