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:
parent
84edebc470
commit
eb2e87d32b
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user