Skip to content
Snippets Groups Projects
Commit 7af98977 authored by Sören Henning's avatar Sören Henning
Browse files

Fix patcher name in factory

parent c386900b
No related branches found
No related tags found
No related merge requests found
Pipeline #9158 passed
...@@ -77,7 +77,7 @@ class PatcherFactory { ...@@ -77,7 +77,7 @@ class PatcherFactory {
"ServiceSelectorPatcher" -> ServiceSelectorPatcher( "ServiceSelectorPatcher" -> ServiceSelectorPatcher(
variableName = patcherDefinition.properties["label"]!! variableName = patcherDefinition.properties["label"]!!
) )
"rocks.theodolite.kubernetes.patcher.VolumesConfigMapPatcher" -> VolumesConfigMapPatcher( "VolumesConfigMapPatcher" -> VolumesConfigMapPatcher(
volumeName = patcherDefinition.properties["volumeName"]!! volumeName = patcherDefinition.properties["volumeName"]!!
) )
else -> throw InvalidPatcherConfigurationException("Patcher type ${patcherDefinition.type} not found.") else -> throw InvalidPatcherConfigurationException("Patcher type ${patcherDefinition.type} not found.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment