Skip to content

Commit ab5a761

Browse files
Merge pull request #95 from CodeForPhilly/fix-pvc-sandbox
Remove existingPVCs configuration to allow automatic PVC creation in …
2 parents 95943c9 + 5fcc554 commit ab5a761

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

choose-native-plants/release-values.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,11 @@ resources:
5454
requests:
5555
memory: 1Gi
5656

57-
# Use existing resources instead of creating new ones
58-
existingPVCs:
59-
appImages: "choose-native-plants-app-images-v2"
60-
mongoData: "choose-native-plants-mongo-data"
57+
# Allow the Helm chart to create PVCs automatically
58+
# (removed existingPVCs configuration)
6159

62-
# Use existing service and ingress
63-
existingService: false
64-
existingIngress: false
60+
# Allow the Helm chart to create Service and Ingress resources automatically
61+
# (removed existingService and existingIngress configuration)
6562

6663
ingress:
6764
enabled: true

0 commit comments

Comments
 (0)