Skip to content

Commit

Permalink
Fix incorrect wording in the comments
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
  • Loading branch information
Oleksandr Garagatyi authored and metlos committed Feb 25, 2019
1 parent 2505e37 commit 5fd91a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void provision(KubernetesEnvironment k8sEnv, RuntimeIdentity identity)
// in the container, if any
container.getEnv().forEach(v -> envVars.putIfAbsent(v.getName(), v));

// The environment variable interpolation only works if a variable that is referenced
// The environment variable expansion only works if a variable that is referenced
// is already defined earlier in the list of environment variables.
// We need to produce a list where variables that reference others always appear later
// in the list.
Expand Down

0 comments on commit 5fd91a1

Please sign in to comment.