diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-04-08 07:38:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-08 07:38:21 +0000 |
commit | 705a9cf88b4840507c9e5a9e7a009e3772229f04 (patch) | |
tree | 3871ee27358e2c46c55cb1f4413b4cd9580968cc /kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml | |
parent | f3601a7187335e16e46ddb3746ec183f8c65f985 (diff) | |
parent | ec86a530ab1aec15981a257d2a0980d2fceee3ad (diff) |
Merge "AAF OOM 2.1.20"
Diffstat (limited to 'kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml')
-rw-r--r-- | kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml b/kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml index 7fa74075fc..d2b4f0c76f 100644 --- a/kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml +++ b/kubernetes/aaf/charts/aaf-hello/templates/aaf-hello-pv.yaml @@ -34,10 +34,10 @@ metadata: name: {{ include "common.fullname" . }} spec: capacity: - storage: {{ .Values.persistence.config.size}} + storage: {{ .Values.persistence.size}} accessModes: - - {{ .Values.persistence.config.accessMode }} - persistentVolumeReclaimPolicy: {{ .Values.persistence.config.volumeReclaimPolicy }} + - {{ .Values.persistence.accessMode }} + persistentVolumeReclaimPolicy: {{ .Values.persistence.volumeReclaimPolicy }} hostPath: path: {{ .Values.global.persistence.mountPath | default .Values.persistence.mountPath }}/{{ include "common.release" . }}/{{ .Values.persistence.mountSubPath }} storageClassName: "{{ include "common.fullname" . }}-data" |