Add "labels" to Armada deployment

Adding said label, that's already defined, to the deployment itself.
This will enable Armada itself 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 Armada deployment via
labels.

Change-Id: I3d36566b100b15d58a5152c8559e9becf1b3be00
This commit is contained in:
DeJaeger, Darren (dd118r) 2021-04-30 16:29:39 -04:00 committed by Darren DeJaeger
parent 84edebc470
commit eb2e87d32b
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: armada-api
labels:
{{ $labels | indent 4 }}
annotations:
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" | indent 4 }}
spec: