mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 09:15:29 -04:00
Deploy CSI snapshotter on init
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
2c8c86a0cb
commit
8619a90149
20 changed files with 1193 additions and 25 deletions
|
@ -31,7 +31,7 @@ type clusterUtil interface {
|
|||
// Naming is inspired by Helm.
|
||||
type helmClient interface {
|
||||
InstallCilium(context.Context, k8sapi.Client, helm.Release, k8sapi.SetupPodNetworkInput) error
|
||||
InstallCertManager(ctx context.Context, release helm.Release) error
|
||||
InstallChart(ctx context.Context, release helm.Release) error
|
||||
InstallOperators(ctx context.Context, release helm.Release, extraVals map[string]any) error
|
||||
InstallConstellationServices(ctx context.Context, release helm.Release, extraVals map[string]any) error
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue