Commit b4ea902c by Kevin Falcone

Environment not Eniviorment

parent 9315cd95
......@@ -199,7 +199,7 @@ ssl=true
# Default: none
#
#
{% set labels = "Enviornment:" + COMMON_ENVIRONMENT + ";Deployment:" + COMMON_DEPLOYMENT + ";" %}
{% set labels = "Environment:" + COMMON_ENVIRONMENT + ";Deployment:" + COMMON_DEPLOYMENT + ";" %}
{% if CLUSTER_NAME is defined %}
{% set labels = labels + "Cluster:" + CLUSTER_NAME + ";" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment