Skip to content
Snippets Groups Projects
Commit 11b14607 authored by Simon Ehrenstein's avatar Simon Ehrenstein Committed by Sören Henning
Browse files

Fix typo

parent 715ff8a1
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!85Introduce new Benchmark class and Patcher,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
This commit is part of merge request !85. Comments created here will be created in the context of that merge request.
...@@ -16,7 +16,7 @@ class EnvVarPatcher(private val k8sResource: KubernetesResource, private val con ...@@ -16,7 +16,7 @@ class EnvVarPatcher(private val k8sResource: KubernetesResource, private val con
} }
/** /**
* Sets the ContainerEvironmentVariables, creates new if variable don t exist. * Sets the ContainerEvironmentVariables, creates new if variable does not exist.
* @param container - The Container * @param container - The Container
* @param map - Map of k=Name,v =Value of EnviromentVariables * @param map - Map of k=Name,v =Value of EnviromentVariables
*/ */
......
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