Index is a number not a string

This commit is contained in:
Frank Farzan
2019-12-10 12:15:28 -08:00
parent 5e5e3b19f5
commit 8c037ba109

View File

@@ -39,7 +39,7 @@ Example:
```yaml ```yaml
metadata: metadata:
annotations: annotations:
config.kubernetes.io/index: "0" config.kubernetes.io/index: 0
``` ```
### `config.kubernetes.io/local-config` ### `config.kubernetes.io/local-config`