mirror of https://github.com/knative/docs.git
Add double quote for version number in KnativeServing CR (#5213)
This commit is contained in:
parent
b733357b68
commit
888c6109bd
|
@ -15,7 +15,7 @@ metadata:
|
|||
name: knative-serving
|
||||
namespace: knative-serving
|
||||
spec:
|
||||
version: 1.5
|
||||
version: "1.5"
|
||||
```
|
||||
|
||||
You can also run the following command to make the equivalent change:
|
||||
|
|
Loading…
Reference in New Issue