Skip to content
Snippets Groups Projects

WIP: Re-implementation of Theodolite with Kotlin/Quarkus

Merged Sören Henning requested to merge theodolite-kotlin into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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 map - Map of k=Name,v =Value of EnviromentVariables
*/
Loading