mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-29 00:09:28 +08:00
Introduce annotations relevant to resource view during deploy
This commit is contained in:
@@ -177,6 +177,7 @@ function addCanaryLabelsAndAnnotations(inputObject: any, type: string) {
|
||||
newLabels[CANARY_VERSION_LABEL] = type;
|
||||
|
||||
helper.updateObjectLabels(inputObject, newLabels, false);
|
||||
helper.updateObjectAnnotations(inputObject, newLabels, false);
|
||||
helper.updateSelectorLabels(inputObject, newLabels, false);
|
||||
|
||||
if (!helper.isServiceEntity(inputObject.kind)) {
|
||||
|
||||
Reference in New Issue
Block a user