Skip to content
Snippets Groups Projects
Commit cd7766f7 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

clean up

parent 7138504c
No related branches found
No related tags found
1 merge request!265Change patcher signatur
Pipeline #7674 passed
...@@ -29,7 +29,6 @@ class NamePatcher : AbstractPatcher() { ...@@ -29,7 +29,6 @@ class NamePatcher : AbstractPatcher() {
resource.metadata.name = value resource.metadata.name = value
} }
is CustomResource<*, *> -> { is CustomResource<*, *> -> {
// TODO(How to clone custom resources?)
resource.metadata.name = value resource.metadata.name = value
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment