Add release uuid to pods and rc objects

This PS adds the ability to attach a release uuid to pods and rc
objects as desired. A follow up ps will add the ability to add arbitary
annotations to the same objects.

Change-Id: Iceedba457a03387f6fc44eb763a00fd57f9d84a5
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley
2018-09-12 08:07:19 -06:00
committed by Pete Birley
parent 274b230dcc
commit bb3ff98d53
70 changed files with 164 additions and 0 deletions

View File

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