Skip to content

fix: resolve duplicate volume claims in PVC handling logic#82

Merged
almog8k merged 2 commits intomasterfrom
fix/duplicate-volumes
Jan 27, 2026
Merged

fix: resolve duplicate volume claims in PVC handling logic#82
almog8k merged 2 commits intomasterfrom
fix/duplicate-volumes

Conversation

@almog8k
Copy link
Collaborator

@almog8k almog8k commented Jan 26, 2026

Question Answer
Bug fix

Further information:

Support single NFS for both ingestion and internal storage

Some environments use separate NFS servers for ingestion sources and internal storage, while others use a single shared NFS. This change allows both configurations without modifying the template.

How it works

  • When PVC names differ → two separate volumes are created
  • When PVC names match → one volume is created and reused for both mounts

Usage

Shared NFS:

ingestionSourcePvc:
  name: "shared-pvc"
internalPvc:
  name: "shared-pvc"

Separate NFS:

ingestionSourcePvc:
  name: "ingestion-pvc"
internalPvc:
  name: "internal-pvc"

@almog8k almog8k merged commit 5c4172b into master Jan 27, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants