1
0
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:
Sebastiaan van Steenis
2021-07-06 22:53:46 +02:00
committed by GitHub
4 changed files with 24 additions and 0 deletions

View File

@@ -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