mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Index is a number not a string
This commit is contained in:
@@ -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`
|
||||||
|
|||||||
Reference in New Issue
Block a user