@@ -547,6 +547,31 @@ reportsPersistence:
547547 accessMode : ReadWriteOnce
548548 size : 1Gi
549549 annotations : {}
550+ # # Enable scripts persistence using Persistent Volume Claims
551+ # # ref: https://kubernetes.io/docs/concepts/storage/persistent-volumes/
552+ # # @param scriptsPersistence.enabled Enable reports persistence using PVC
553+ # # @param scriptsPersistence.storageClass PVC Storage Class for volume
554+ # # @param scriptsPersistence.accessMode PVC Access Mode for volume
555+ # # @param scriptsPersistence.size PVC Storage Request for volume
556+ # # @param scriptsPersistence.subPath Existing claim's subPath to use, e.g. "media" (optional)
557+ # # @param scriptsPersistence.existingClaim Name of an existing PVC to be used
558+ # # @param scriptsPersistence.annotations Annotations to add to the PVC
559+ # #
560+ scriptsPersistence :
561+ enabled : false
562+ existingClaim : " "
563+ subPath : " "
564+ # # Data Persistent Volume Storage Class
565+ # # If defined, storageClassName: <storageClass>
566+ # # If set to "-", storageClassName: "", which disables dynamic provisioning
567+ # # If undefined (the default) or set to null, no storageClassName spec is
568+ # # set, choosing the defaserviceMonitorult provisioner. (gp2 on AWS, standard on
569+ # # GKE, AWS & OpenStack)
570+ # #
571+ storageClass : " "
572+ accessMode : ReadWriteOnce
573+ size : 1Gi
574+ annotations : {}
550575# # @param updateStrategy.type Deployment strategy type
551576# # @param updateStrategy.rollingUpdate Deployment rolling update configuration parameters
552577# # ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy
0 commit comments