We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a76682 commit f45c4c7Copy full SHA for f45c4c7
internal/controller/components/modelsasservice/modelsasservice_support.go
@@ -56,7 +56,8 @@ const (
56
var (
57
// Image parameter mappings for manifest substitution.
58
imagesMap = map[string]string{
59
- "maas-api-image": "RELATED_IMAGE_ODH_MAAS_API_IMAGE",
+ "maas-api-image": "RELATED_IMAGE_ODH_MAAS_API_IMAGE",
60
+ "maas-controller-image": "RELATED_IMAGE_ODH_MAAS_CONTROLLER_IMAGE",
61
}
62
63
// Additional parameters for manifest customization.
0 commit comments