diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-07 21:08:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-07 21:08:56 +0000 |
commit | 3d8b63bc8475e3a1485fc247e7cc2cf9f9cf6fba (patch) | |
tree | 9e85a422df800a1027fa1a88a473903217d8a09e /kubernetes/aai/templates/deployment.yaml | |
parent | 0e4f7174df94f53315447592ac9f0424052f3a8a (diff) | |
parent | 00107b55f9b831b6bd5834bea34ea7df330e1f30 (diff) |
Merge "Add graphadmin microservice to oom"
Diffstat (limited to 'kubernetes/aai/templates/deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/aai/templates/deployment.yaml b/kubernetes/aai/templates/deployment.yaml index 84f6997639..dc65cef187 100644 --- a/kubernetes/aai/templates/deployment.yaml +++ b/kubernetes/aai/templates/deployment.yaml @@ -31,6 +31,8 @@ spec: app: {{ include "common.name" . }} release: {{ .Release.Name }} name: {{ .Release.Name }} + annotations: + checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} spec: initContainers: - command: |