Add "labels" to Drydock 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 Drydock deployment via
labels.

Change-Id: I7c5ed223d54213a1260c27485d0bfd493c09163f
This commit is contained in:
DeJaeger, Darren (dd118r) 2021-04-30 16:43:05 -04:00
parent c7583638e1
commit 0b002d5b67
1 changed files with 2 additions and 0 deletions

View File

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