mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
support krm spec v1 and legacy path, index, and id annotations
This commit is contained in:
@@ -45,6 +45,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/path: configmap_some-cm.yaml
|
||||
internal.config.kubernetes.io/path: configmap_some-cm.yaml
|
||||
modified-by: mixer-instance
|
||||
name: some-cm
|
||||
---
|
||||
@@ -55,6 +56,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/path: configmap_some-cm-copy.yaml
|
||||
internal.config.kubernetes.io/path: configmap_some-cm-copy.yaml
|
||||
name: some-cm-copy
|
||||
---
|
||||
apiVersion: v1
|
||||
@@ -62,6 +64,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
annotations:
|
||||
config.kubernetes.io/path: configmap_net-new.yaml
|
||||
internal.config.kubernetes.io/path: configmap_net-new.yaml
|
||||
name: net-new
|
||||
`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user