mirror of
https://github.com/rancher/rke.git
synced 2025-09-16 23:20:56 +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 string `yaml:"ingress" json:"ingress,omitempty"`
|
||||||
// Ingress Controller Backend image
|
// Ingress Controller Backend image
|
||||||
IngressBackend string `yaml:"ingress_backend" json:"ingressBackend,omitempty"`
|
IngressBackend string `yaml:"ingress_backend" json:"ingressBackend,omitempty"`
|
||||||
|
// Ingress Webhook image
|
||||||
|
IngressWebhook string `yaml:"ingress_webhook" json:"ingressWebhook,omitempty"`
|
||||||
// Metrics Server image
|
// Metrics Server image
|
||||||
MetricsServer string `yaml:"metrics_server" json:"metricsServer,omitempty"`
|
MetricsServer string `yaml:"metrics_server" json:"metricsServer,omitempty"`
|
||||||
// Pod infra container image for Windows
|
// Pod infra container image for Windows
|
||||||
|
Reference in New Issue
Block a user