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

Seal EnvVarPatcher

parent f87f1a1a
No related branches found
No related tags found
1 merge request!174Add a Patcher to handle ospbench data volume settings
......@@ -12,7 +12,7 @@ import io.fabric8.kubernetes.api.model.apps.Deployment
* @property container Container to be patched.
* @property variableName Name of the environment variable to be patched.
*/
open class EnvVarPatcher(
class EnvVarPatcher(
private val k8sResource: KubernetesResource,
private val container: String,
private val variableName: String
......
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