Unverified Commit 1affe568 authored by Cezary Zawadka's avatar Cezary Zawadka Committed by GitHub

replace single quotes with double quotes in yaml

parent 7b394677
......@@ -31,6 +31,6 @@ spec:
- name: MEMORY_REQUEST
value: 200Mi
- name: CPU_LIMIT
value: '1'
value: "1"
- name: MEMORY_LIMIT
value: 500Mi
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