Add double quote for version number in KnativeServing CR (#5213)

This commit is contained in:
Kenjiro Nakayama 2022-09-09 22:08:25 +09:00 committed by GitHub
parent b733357b68
commit 888c6109bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: