[AAF] Fix PVC for sshsm 64/100664/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 23 Jan 2020 10:29:00 +0000 (11:29 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Thu, 23 Jan 2020 10:31:27 +0000 (11:31 +0100)
https://gerrit.onap.org/r/c/oom/+/98938 forgot to remove selectors for
PVC and prevent it to work with storage class.

Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ieb45ecbe8c046d6c3bc72e47776df3c9d64de2e5

kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml

index 8272597..201d456 100644 (file)
@@ -31,9 +31,6 @@ metadata:
 {{ toYaml .Values.persistence.annotations | indent 4 }}
 {{- end }}
 spec:
-  selector:
-    matchLabels:
-      name: {{ include "common.fullname" . }}
   accessModes:
     - {{ .Values.persistence.accessMode }}
   resources: