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
This commit is contained in:
DeJaeger, Darren (dd118r) 2021-04-30 16:36:44 -04:00
parent 729dc31f4e
commit 5504262653
1 changed files with 2 additions and 0 deletions

View File

@ -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: