Using single quote style when setting annotations

Annotations must be strings.  Use single-quote style
so tools don't get confused about the type.
This commit is contained in:
Phillip Wittrock
2019-12-16 17:44:45 -08:00
parent 01105af14d
commit eaaefc128f
12 changed files with 127 additions and 118 deletions

View File

@@ -77,7 +77,7 @@ spec:
// labels:
// app: nginx
// annotations:
// foo: bar
// foo: 'bar'
// spec:
// replicas: 3
// selector:
@@ -99,7 +99,7 @@ spec:
// metadata:
// name: nginx
// annotations:
// foo: bar
// foo: 'bar'
// spec:
// selector:
// app: nginx