mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-07 22:42:22 -04:00
AB#2589: Deploy operators via Helm (#575)
* Only deploy operators on GCP/Azure. * cert-manager is now deployed by default (GCP/Azure) * remove OLM
This commit is contained in:
parent
b8d991f84c
commit
bdd9dd922b
146 changed files with 12799 additions and 8706 deletions
|
@ -17,5 +17,7 @@ type Release struct {
|
|||
// Releases bundles all helm releases to be deployed to Constellation.
|
||||
type Releases struct {
|
||||
Cilium Release
|
||||
CertManager Release
|
||||
Operators Release
|
||||
ConstellationServices Release
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue