mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
replace single quotes with double quotes in yaml
This commit is contained in:
parent
7b3946776c
commit
1affe568e9
@ -31,6 +31,6 @@ spec:
|
||||
- name: MEMORY_REQUEST
|
||||
value: 200Mi
|
||||
- name: CPU_LIMIT
|
||||
value: '1'
|
||||
value: "1"
|
||||
- name: MEMORY_LIMIT
|
||||
value: 500Mi
|
||||
|
Loading…
Reference in New Issue
Block a user