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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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