We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff7b47b commit a327429Copy full SHA for a327429
ts/kpt-functions/src/metadata.ts
@@ -25,7 +25,7 @@ export const ID_ANNOTATION = `${ANNOTATION_PREFIX}/id`;
25
export const LEGACY_ANNOTATION_PREFIX = 'config.kubernetes.io';
26
export const LEGACY_SOURCE_PATH_ANNOTATION = `${LEGACY_ANNOTATION_PREFIX}/path`;
27
export const LEGACY_SOURCE_INDEX_ANNOTATION = `${LEGACY_ANNOTATION_PREFIX}/index`;
28
-export const LEGACY_ID_ANNOTATION = `${LEGACY_ANNOTATION_PREFIX}/id`;
+export const LEGACY_ID_ANNOTATION = `config.k8s.io/id`;
29
30
/**
31
* Add an annotation to a KubernetesObject's metadata. Overwrites the previously existing annotation if it exists.
0 commit comments