mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Index is a number not a string
This commit is contained in:
@@ -39,7 +39,7 @@ Example:
|
||||
```yaml
|
||||
metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/index: "0"
|
||||
config.kubernetes.io/index: 0
|
||||
```
|
||||
|
||||
### `config.kubernetes.io/local-config`
|
||||
|
||||
Reference in New Issue
Block a user