From 55042626538782f18360211d55689f79652ae0c1 Mon Sep 17 00:00:00 2001 From: "DeJaeger, Darren (dd118r)" Date: Fri, 30 Apr 2021 16:36:44 -0400 Subject: [PATCH] Add "labels" to Shipyard deployment Adding said label, that's already defined, to the deployment itself. This will enable Armada to properly wait for certain percentages of the deployment replicas to be ready prior to proceeding. Prior to this change, there wasn't a way to select the Shipyard deployment via labels. Change-Id: I6b1dee61c41c7feaa11d48ad2b84cb21040f24e6 --- charts/shipyard/templates/deployment-shipyard.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/shipyard/templates/deployment-shipyard.yaml b/charts/shipyard/templates/deployment-shipyard.yaml index bf6d93b1..3da1ea7d 100644 --- a/charts/shipyard/templates/deployment-shipyard.yaml +++ b/charts/shipyard/templates/deployment-shipyard.yaml @@ -25,6 +25,8 @@ apiVersion: apps/v1 kind: Deployment metadata: name: shipyard-api + labels: +{{ $labels | indent 4 }} annotations: {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }} spec: