diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2020-01-26 07:36:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-26 07:36:58 +0000 |
commit | 6f65ec4ac492de50805c91c1cb6f7a932544d7fc (patch) | |
tree | 89e34f9234fb1a661c4353756a388dc01a547821 /kubernetes | |
parent | ff02910af1fc203e342e621dd4547d51f87e9e9f (diff) | |
parent | 208c075bf44ea87914bacdda1e247d7d7283a746 (diff) |
Merge "[AAF] Fix PVC for sshsm"
Diffstat (limited to 'kubernetes')
-rw-r--r-- | kubernetes/aaf/charts/aaf-sshsm/charts/aaf-sshsm-distcenter/templates/pvc.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
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: |