mirror of
https://github.com/rancher/rke.git
synced 2025-09-15 22:49:13 +00:00
Add IngressWebhook to sys imgs struct
This commit is contained in:
@@ -173,6 +173,8 @@ type RKESystemImages struct {
|
||||
Ingress string `yaml:"ingress" json:"ingress,omitempty"`
|
||||
// Ingress Controller Backend image
|
||||
IngressBackend string `yaml:"ingress_backend" json:"ingressBackend,omitempty"`
|
||||
// Ingress Webhook image
|
||||
IngressWebhook string `yaml:"ingress_webhook" json:"ingressWebhook,omitempty"`
|
||||
// Metrics Server image
|
||||
MetricsServer string `yaml:"metrics_server" json:"metricsServer,omitempty"`
|
||||
// Pod infra container image for Windows
|
||||
|
Reference in New Issue
Block a user