diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-02-09 14:50:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-09 14:50:16 +0000 |
commit | 92facf7ad7dd313912914c2941cfd0e296123ada (patch) | |
tree | 5d3f90e9328fe4350a5f654109bcecccf56d6fdf /kubernetes/aai/templates/aai-resources-deployment.yaml | |
parent | 7514da298acfbaaa33115d2d1fff0929bbac876a (diff) | |
parent | b090fba7b99f7fb0701f8921e735087c78c9db39 (diff) |
Merge "aai resources and traversal config alignment"
Diffstat (limited to 'kubernetes/aai/templates/aai-resources-deployment.yaml')
-rw-r--r-- | kubernetes/aai/templates/aai-resources-deployment.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/kubernetes/aai/templates/aai-resources-deployment.yaml b/kubernetes/aai/templates/aai-resources-deployment.yaml index 5ca0c165df..2e0b049d52 100644 --- a/kubernetes/aai/templates/aai-resources-deployment.yaml +++ b/kubernetes/aai/templates/aai-resources-deployment.yaml @@ -97,16 +97,8 @@ spec: emptyDir: {} - name: aai-resources-log-conf configMap: - name: aai-resources-configmap + name: aai-resources-log-configmap restartPolicy: Always imagePullSecrets: - name: "{{ .Values.nsPrefix }}-docker-registry-key" ---- -apiVersion: v1 -kind: ConfigMap -metadata: - name: aai-resources-configmap - namespace: {{ .Values.nsPrefix }}-aai -data: -{{ (.Files.Glob "resources/resources/conf/logback.xml").AsConfig | indent 2 }} #{{ end }} |