blob: 939ad0d7f366e7d996f148530385366ea199f97c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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
|