13 lines
189 B
Bash
13 lines
189 B
Bash
# Want to make sure comments don't break it
|
|
export NAME=test123
|
|
NAMESPACE=openshift
|
|
|
|
|
|
|
|
|
|
# Blank lines should be fine too
|
|
|
|
# Equals in comments shouldn't break things=True
|
|
MEMORY_LIMIT=1Gi
|
|
|