replace single quotes with double quotes in yaml

This commit is contained in:
Cezary Zawadka
2018-12-20 15:23:41 +01:00
committed by GitHub
parent 7b3946776c
commit 1affe568e9

View File

@@ -31,6 +31,6 @@ spec:
- name: MEMORY_REQUEST
value: 200Mi
- name: CPU_LIMIT
value: '1'
value: "1"
- name: MEMORY_LIMIT
value: 500Mi