mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 06:16:08 -04:00
constellation-lib: add Helm wrapper (#2680)
* Add Helm wrapper to constellation-lib * Move helm package to constellation-lib --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3691defce7
commit
b7425db72a
705 changed files with 176 additions and 162 deletions
|
@ -16,7 +16,7 @@ testbin/*
|
|||
|
||||
# Kubernetes Generated files - skip generated files, except for vendored files
|
||||
|
||||
# We hold the charts in the internal/helm directory
|
||||
# We hold the charts in the internal/constellation/helm directory
|
||||
chart/
|
||||
bundle/
|
||||
|
||||
|
|
|
@ -206,4 +206,4 @@ More information can be found via the [Kubebuilder Documentation](https://book.k
|
|||
The operator is deployed automatically during `constellation-init`.
|
||||
Prerequisite for this is that cert-manager is installed.
|
||||
cert-manager is also installed during `constellation-init`.
|
||||
To deploy you can use the Helm chart at `/internal/helm/charts/edgeless/operators/constellation-operator`.
|
||||
To deploy you can use the Helm chart at `/internal/constellation/helm/charts/edgeless/operators/constellation-operator`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue