helm-charts
helm-charts copied to clipboard
Helm charts for SPIRE and other SPIFFE components.
If you're doing a fresh install of spire, it attempts to install both a CRD and CR. This is not supported in our CICD workflow (or a good practice). Other...
https://github.com/spiffe/spire/issues/2670 needs to be implemented before we get to 1.9.
As per previous discussions, this pr breaks the child charts into standalone charts. This was requested by @bramaq and others. fixes: https://github.com/spiffe/helm-charts/issues/235
There needs to be documentation on how to deploy a production ready system using the chart.
Currently the documentation in the spire chart is not complete. The documentation for dependency charts isn't visible in the root chart docs anymore. We should see to point some hyperlinks...
A lot of individual component charts refer to `global` values. This was done when we had a single chart that deployed all components. In moving to multiple root level charts,...
We should review the migration of the PR for the Getting Started Documentation into the helm-charts project. https://github.com/spiffe/spiffe.io/commit/4a376b6c07674b405609ede99455358fc51e87bf should be reviewed for migration into the helm-charts project.
We should add some tests to make sure whatever PR's are being proposed, work with upgrades from the previous release.
Two spire-servers are federated in different k8s clusters ``` k --context box-3 exec -n spire-server -c spire-server spire-server-0 -- spire-server federation list box-4 Found 1 federation relationship Trust domain :...