mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-26 19:41:05 -04:00
deploy cilium via helmchart (#321)
This commit is contained in:
parent
2c7129987a
commit
9478303f80
153 changed files with 11837 additions and 134 deletions
12
internal/deploy/helm/helm.go
Normal file
12
internal/deploy/helm/helm.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package helm
|
||||
|
||||
import "helm.sh/helm/v3/pkg/chart"
|
||||
|
||||
type Deployment struct {
|
||||
Chart *chart.Chart
|
||||
Values map[string]interface{}
|
||||
}
|
||||
|
||||
type Deployments struct {
|
||||
Cilium Deployment
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue