summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-ssl-certs
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-18 16:46:12 -0400
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>2018-09-19 15:43:43 +0000
commita52efcc04e5fc9dfb14df30bb62e1aa91e527f0c (patch)
treea6a67a6fec3b89c385d4a919510628e9a7f60afe /kubernetes/so/charts/so-ssl-certs
parent1cdbb5d7d8585eb6ecbcaa87d8047592390b944e (diff)
Do not mount certificates in SO
Certififacte has been added in the base docker image, https://gerrit.onap.org/r/#/c/66209/ so no need to add it again. Also, it was being mount at the wrong place. Also, using latest docker images. Change-Id: I55355dac9bfb2691f493317f77c0f363a78af7ee Issue-ID: OOM-1407 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'kubernetes/so/charts/so-ssl-certs')
-rwxr-xr-xkubernetes/so/charts/so-ssl-certs/templates/secrets.yaml5
1 files changed, 0 insertions, 5 deletions
diff --git a/kubernetes/so/charts/so-ssl-certs/templates/secrets.yaml b/kubernetes/so/charts/so-ssl-certs/templates/secrets.yaml
index 021949f81a..31a82c3dd6 100755
--- a/kubernetes/so/charts/so-ssl-certs/templates/secrets.yaml
+++ b/kubernetes/so/charts/so-ssl-certs/templates/secrets.yaml
@@ -52,9 +52,4 @@ data:
metadata:
name: {{ .Release.Name}}-so-ssl-client-secret
namespace: {{ include "common.namespace" . }}
- labels:
- app: {{ include "common.name" . }}
- chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
- release: {{ .Release.Name }}
- heritage: {{ .Release.Service }}
kind: Secret \ No newline at end of file