helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm charts for SPIRE and other SPIFFE components.

Results 65 helm-charts issues
Sort by recently updated
recently updated
newest added

Standard plugins should follow standard helm yaml syntax. To support custom plugins users have created we need a section where they can enter raw config for these plugins.

enhancement

Support high availability installation of spire-server to support node outages and upgrade with zero downtime. HA would support only external databases and multiple pods with anti affinity rules to spread...

The files are getting a little messy and can be organized better. - Locate all SPIRE related config together and at the top of the file - Locate all K8s...

After the README.md is fully migrated off of the helm_docs generator, and at least one section of the massive output table is restructured to follow the usage / configuration of...

documentation
enhancement

As discussed during the weekly meeting, we should be able to get the recording of the meetings for those who could not participate. FYI @faisal-memon

After the markdown has been transitioned to manually maintained markdown, the manually maintained markdown should be transitioned to highlight specific configuration topics. Proposals for the initial set of configuration topics...

documentation
enhancement

When deploying in a tiered deployment, it is not possible to have a single control variable that then enables and disables arbitrary collections of sub-charts. Each sub-chart must be enabled...

Currently the only solution for tiering requires the spire-agent to be codeployed with the server, but within a different Pod, which then uses the spire CSI driver to expose the...

If the user previously deleted the csi driver before trying to helm delete it will fail to uninstall. We need to check for this somehow and let the user know...

Note the mix of snake and camel case. Should be all camel case. ``` certManager: enabled: false rbac: create: true # -- Defaults to the release name, override if CA...