Merge "Update DeploymentManagerInfo attributes"
authorJon Zhang <rong.zhang@windriver.com>
Thu, 20 Jun 2024 07:56:20 +0000 (07:56 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 20 Jun 2024 07:56:20 +0000 (07:56 +0000)
charts/templates/persistent_volume.yaml

index c39d70a..4f20cd7 100644 (file)
@@ -13,6 +13,7 @@
 #  limitations under the License.
 
 ---
+{{- if .Values.db.persistence }}
 apiVersion: v1
 kind: PersistentVolumeClaim
 metadata:
@@ -25,4 +26,5 @@ spec:
     requests:
       storage: {{ .Values.db.storageSize }}
   storageClassName: general
+{{- end }}
 ---
\ No newline at end of file