This commit is contained in:
ychangkim
2025-07-10 16:37:04 +09:00
parent 1af68f313c
commit 405955cbd0
4 changed files with 36 additions and 3 deletions
+14
View File
@@ -1,6 +1,20 @@
nimService:
name: "$nimService.name"
existingAuthSecret: "$INFISICAL_SECRET"
# Example 1: Create a new PVC (leave existingPVC empty)
existingPVC: ""
# storage:
# pvc:
# storageClass: longhorn
# size: 30Gi
# volumeAccessMode: ReadWriteMany
# readOnly: false
# Example 2: Use an existing PVC (specify existingPVC)
# existingPVC: "existing-pvc-name"
# storage:
# readOnly: true
image:
repository: "$image.repository"