From 208c075bf44ea87914bacdda1e247d7d7283a746 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Thu, 23 Jan 2020 11:29:00 +0100 Subject: [AAF] Fix PVC for sshsm 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 Change-Id: Ieb45ecbe8c046d6c3bc72e47776df3c9d64de2e5 --- .../charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'kubernetes') diff --git a/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml b/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml index 8272597f0b..201d456fec 100644 --- a/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml +++ b/kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml @@ -31,9 +31,6 @@ metadata: {{ toYaml .Values.persistence.annotations | indent 4 }} {{- end }} spec: - selector: - matchLabels: - name: {{ include "common.fullname" . }} accessModes: - {{ .Values.persistence.accessMode }} resources: -- cgit 1.2.3-korg