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 | |
parent | 0e4f7174df94f53315447592ac9f0424052f3a8a (diff) | |
parent | 00107b55f9b831b6bd5834bea34ea7df330e1f30 (diff) |
Merge "Add graphadmin microservice to oom"
Diffstat (limited to 'kubernetes/aai/templates')
-rw-r--r-- | kubernetes/aai/templates/configmap.yaml | 4 | ||||
-rw-r--r-- | kubernetes/aai/templates/deployment.yaml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/aai/templates/configmap.yaml b/kubernetes/aai/templates/configmap.yaml index 627f8b94c6..bd5f9b91f9 100644 --- a/kubernetes/aai/templates/configmap.yaml +++ b/kubernetes/aai/templates/configmap.yaml @@ -42,10 +42,10 @@ data: apiVersion: v1 kind: Secret metadata: - name: aai-auth-secret + name: aai-auth-truststore-secret namespace: {{ include "common.namespace" . }} type: Opaque data: -{{ tpl (.Files.Glob "resources/config/aai/aai_keystore").AsSecrets . | indent 2 }} +{{ tpl (.Files.Glob "resources/config/aai/*").AsSecrets . | indent 2 }} 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: |