This commit is contained in:
병준 박 2025-04-10 10:04:12 +00:00
parent f78ccdff65
commit 643a5f5677

View File

@ -56,9 +56,9 @@ spec:
volumeMode: Filesystem volumeMode: Filesystem
EOF EOF
# Append storageClassName if provided # Append pvcStorageClass if provided
if [ "$(params.storageClass)" != "" ]; then if [ "$(params.pvcStorageClass)" != "" ]; then
echo " storageClassName: $(params.storageClass)" >> /tmp/pvc.yaml echo " storageClassName: $(params.pvcStorageClass)" >> /tmp/pvc.yaml
fi fi
# Apply PVC # Apply PVC