mirror of
https://github.com/rancher/rke.git
synced 2025-09-16 15:10:12 +00:00
Merge pull request #2599 from superseb/ingress_webhook
Validate Ingress Webhook and pass to template
This commit is contained in:
@@ -175,6 +175,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