Skip to content

Commit

Permalink
Add links to the Kubernetes documentation explaining the variable exp…
Browse files Browse the repository at this point in the history
…ansion

Signed-off-by: Lukas Krejci <lkrejci@redhat.com>
  • Loading branch information
metlos committed Feb 25, 2019
1 parent 2006473 commit d50799f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ private EnvVars() {}

/**
* Looks at the value of the provided environment variable and returns a set of environment
* variable references in the Kubernetes convention of {@literal $(VAR_NAME)}
* variable references in the Kubernetes convention of {@literal $(VAR_NAME)}.
*
* <p>See <a
* href="https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.13/#envvar-v1-core">API
* docs</a> and/or <a
* href="https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config">documentation</a>.
*
* @param var the environment variable to analyze
* @return a set of variable references, never null
Expand Down

0 comments on commit d50799f

Please sign in to comment.